Skip to content

Commit

Permalink
#99 nocov for import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Aug 14, 2023
1 parent cf21209 commit 53534f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cast/management/commands/storage_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.core.files.storage import storages # noqa F401

DJANGO_VERSION_VALID = True
except ImportError:
except ImportError: # pragma: no cover
DJANGO_VERSION_VALID = False

from django.core.management.base import CommandError
Expand Down

0 comments on commit 53534f4

Please sign in to comment.