Skip to content

Commit fc19613

Browse files
Update cluster_worker.py
1 parent 1f7f3a5 commit fc19613

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cluster_worker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import logging
99
import json
1010
import types
11-
import numpy
1211

1312
logger = logging.getLogger('Cluster_Client')
1413
logger.setLevel(logging.DEBUG)
@@ -453,4 +452,4 @@ def client():
453452
#tr = traceback.format_exc()
454453
logger.warning('ERROR ACCURED',exc_info=e)
455454

456-
input()
455+
input()

0 commit comments

Comments
 (0)