Skip to content

Commit 66fef62

Browse files
kjy5github-actions[bot]
authored andcommitted
Hatch static analysis
1 parent 018f4b9 commit 66fef62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ephys_link/back_end/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
```
1313
"""
1414

15-
from asyncio import new_event_loop, run, set_event_loop
15+
from asyncio import new_event_loop, run
1616
from collections.abc import Callable, Coroutine
1717
from json import JSONDecodeError, dumps, loads
1818
from typing import Any, TypeVar, final

0 commit comments

Comments
 (0)