Skip to content

Commit

Permalink
fix: import error in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Feb 6, 2025
1 parent f2d55f8 commit e370001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangocms_text/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from cms.utils.urlutils import admin_reverse
from classytags.utils import flatten_context
except ModuleNotFoundError: # pragma: no cover
from django.db import Model as CMSPlugin
from django.db.models import Model as CMSPlugin
from django.urls import reverse

__version__ = "0"
Expand Down

0 comments on commit e370001

Please sign in to comment.