Skip to content

Commit

Permalink
Update cluster_worker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YeahNotSewerSide committed Apr 14, 2021
1 parent 1f7f3a5 commit fc19613
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cluster_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import logging
import json
import types
import numpy

logger = logging.getLogger('Cluster_Client')
logger.setLevel(logging.DEBUG)
Expand Down Expand Up @@ -453,4 +452,4 @@ def client():
#tr = traceback.format_exc()
logger.warning('ERROR ACCURED',exc_info=e)

input()
input()

0 comments on commit fc19613

Please sign in to comment.