Skip to content

Commit 4f91903

Browse files
Update djangocms_rest/cms_config.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent a8f45ef commit 4f91903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_rest/cms_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
try:
1111
from filer.models import File
12-
except (ImportError, ModuleNotFoundError):
12+
except ImportError:
1313
File = None
1414

1515

0 commit comments

Comments
 (0)