Skip to content

Commit a8f45ef

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_rest/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ def ready(self):
1515
from djangocms_text import settings
1616

1717
settings.TEXT_INLINE_EDITING = False
18-
except (ImportError, ModuleNotFoundError):
18+
except ImportError:
1919
pass

0 commit comments

Comments
 (0)