Fix linting errors after removing ignored settings

This commit is contained in:
Christopher Broderick
2025-04-01 11:07:28 +01:00
parent 1ee64a1911
commit c46e8a5454
6 changed files with 69 additions and 61 deletions

View File

@ -12,7 +12,7 @@ def main():
# issue is really that Django is missing to avoid masking other
# exceptions on Python 2.
try:
import django
import django # noqa
except ImportError:
raise ImportError(
"Couldn't import Django. Are you sure it's installed and "