Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Sep 20, 2023
1 parent f1d3665 commit f4d092a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from tempfile import mkdtemp

from cms import __version__
from filer import __version__ as filer_version

Check failure on line 7 in tests/settings.py

View workflow job for this annotation

GitHub Actions / flake8

'filer.__version__ as filer_version' imported but unused


port = 8000
Expand All @@ -30,7 +31,6 @@ def __getitem__(self, item):
'INSTALLED_APPS': [
'easy_thumbnails',
'filer',
'mptt',
'djangocms_picture',
'djangocms_link',
'djangocms_text_ckeditor',
Expand Down

0 comments on commit f4d092a

Please sign in to comment.