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