Browse Source

GeneratorExit

justheuristic 3 years ago
parent
commit
340774ef0d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hivemind/averaging/averager.py

+ 0 - 1
hivemind/averaging/averager.py

@@ -468,7 +468,6 @@ class DecentralizedAverager(mp.Process, ServicerBase):
                     MatchmakingException,
                     AssertionError,
                     StopAsyncIteration,
-                    GeneratorExit,
                     asyncio.CancelledError,
                     asyncio.InvalidStateError,
                     P2PHandlerError,