Alexander Borzunov 4 年之前
父节点
当前提交
1a130354db
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      hivemind/dht/__init__.py

+ 0 - 1
hivemind/dht/__init__.py

@@ -136,7 +136,6 @@ class DHT(mp.Process):
                 if not self._inner_pipe.poll():
                     continue
                 try:
-
                     method, args, kwargs = self._inner_pipe.recv()
                 except (OSError, ConnectionError, RuntimeError) as e:
                     logger.exception(e)