We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2cc6f0 + 66fef62 commit a2414afCopy full SHA for a2414af
1 file changed
src/ephys_link/back_end/server.py
@@ -12,7 +12,7 @@
12
```
13
"""
14
15
-from asyncio import new_event_loop, run, set_event_loop
+from asyncio import new_event_loop, run
16
from collections.abc import Callable, Coroutine
17
from json import JSONDecodeError, dumps, loads
18
from typing import Any, TypeVar, final
0 commit comments