Skip to content

Commit 8884ba3

Browse files
committed
What does not exist cannot be imported
1 parent df5b6aa commit 8884ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

feincms/content/richtext/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
'Import RichTextContent from feincms.contents instead.',
66
DeprecationWarning, stacklevel=2)
77

8-
__all__ = ('RichTextContent', 'RichTextContentAdminForm')
8+
__all__ = ('RichTextContent',)
99

10-
from feincms.contents import RichTextContent, RichTextContentAdminForm
10+
from feincms.contents import RichTextContent

0 commit comments

Comments
 (0)