sync upgraded #217
ci.yml
on: pull_request
Annotations
5 errors
|
Ruff (F401):
app/build/lib/hope_country_report/apps/core/models.py#L12
build/lib/hope_country_report/apps/core/models.py:12:40: F401 `django.db.models.Q` imported but unused
|
|
Ruff (F401):
app/build/lib/hope_country_report/apps/core/models.py#L26
build/lib/hope_country_report/apps/core/models.py:26:52: F401 `django.contrib.gis.db.models.proxy.MultiPolygonProxy` imported but unused
|
|
Ruff (F401):
app/src/hope_country_report/apps/core/models.py#L12
src/hope_country_report/apps/core/models.py:12:40: F401 `django.db.models.Q` imported but unused
|
|
Ruff (F401):
app/src/hope_country_report/apps/core/models.py#L26
src/hope_country_report/apps/core/models.py:26:52: F401 `django.contrib.gis.db.models.proxy.MultiPolygonProxy` imported but unused
|
|
ruff
Process completed with exit code 1.
|