Skip to content

Commit

Permalink
Fix typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Feb 6, 2025
1 parent b87ea2d commit 0627a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions djangocms_text/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@

try:
from cms import __version__
from cms.models import CMSPlugin
from cms.utils.urlutils import admin_reverse
except ModuleNotFoundError:
from django.db import Model as CMSPlugin
from django.urls import reverse

__version__ = "0"
Expand Down
2 changes: 0 additions & 2 deletions tests/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ pytest-playwright>=0.4.0
coverage
tox

# IMPORTANT: latest easy-thumbnails causes error since it returns with
# floating point, but the tests are not prepared for this and even the lib
easy-thumbnails

# In order to run skipped tests uncomment the next lines:
Expand Down

0 comments on commit 0627a5c

Please sign in to comment.