Skip to content

Commit

Permalink
fix: isort the tests/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
filipweidemann committed Jul 22, 2024
1 parent b49a8d4 commit 05ef1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from cms import __version__


DJANGO_CMS4 = not (__version__ < "4")
DJANGOCMS_VERSIONING = apps.is_installed("djangocms_versioning")

Expand Down
2 changes: 1 addition & 1 deletion tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from djangocms_link.cms_plugins import LinkPlugin
from djangocms_link.models import AbstractLink

from .helpers import get_filer_file
from .fixtures import TestFixture
from .helpers import get_filer_file


class LinkPluginsTestCase(TestFixture, CMSTestCase):
Expand Down

0 comments on commit 05ef1d5

Please sign in to comment.