Running Copilot coding agent #3
Annotations
5 errors
|
copilot
1 error
|
|
copilot:
tests/back_end/test_server.py#L5
Import "AsyncServer" is not accessed (reportUnusedImport)
|
|
copilot
2 errors
|
|
copilot:
tests/back_end/test_server.py#L1
Import "asyncio" is not accessed (reportUnusedImport)
|
|
copilot:
src/ephys_link/back_end/server.py#L67
Unnecessary isinstance call; "AsyncServer" is always an instance of "AsyncServer" (reportUnnecessaryIsInstance)
|