Init of Vue based frontend #47
Annotations
9 errors
Run Ruff:
api/tests.py#L1
api/tests.py:1:25: F401 `django.test.TestCase` imported but unused
|
Run Ruff:
common/migrations/0001_initial.py#L3
common/migrations/0001_initial.py:3:8: F401 `common.models` imported but unused
|
Run Ruff:
common/models.py#L146
common/models.py:146:30: F841 Local variable `e` is assigned to but never used
|
Run Ruff:
survey/views.py#L135
survey/views.py:135:33: F841 Local variable `e` is assigned to but never used
|
Run Ruff:
web/apps.py#L7
web/apps.py:7:16: F401 `web.signals` imported but unused
|
Run Ruff:
web/tests.py#L1
web/tests.py:1:25: F401 `django.test.TestCase` imported but unused
|
Run Ruff:
web/views/student.py#L134
web/views/student.py:134:36: F841 Local variable `e` is assigned to but never used
|
Run Ruff:
web/views/student.py#L839
web/views/student.py:839:33: F841 Local variable `e` is assigned to but never used
|
Run Ruff
Process completed with exit code 1.
|
Loading