Backend #69
Annotations
5 errors
api/src/auth/manager.py#L14
api/src/auth/manager.py:14:33: F401 `starlette.responses.JSONResponse` imported but unused
|
api/src/auth/manager.py#L74
api/src/auth/manager.py:74:89: E501 Line too long (113 > 88)
|
api/src/auth/schemas.py#L31
api/src/auth/schemas.py:31:7: F811 Redefinition of unused `UserRead` from line 16
|
api/src/main.py#L6
api/src/main.py:6:31: F401 `src.api.databases.create_db_and_tables` imported but unused
|
api/src/main.py#L6
api/src/main.py:6:53: F401 `src.api.databases.engine` imported but unused
|
The logs for this run have expired and are no longer available.
Loading