Skip to content

Commit

Permalink
isort fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnarang95 committed Mar 13, 2024
1 parent c5592c0 commit f8059de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@
def run():
from app_helper import runner
runner.cms("djangocms_navigation", extra_args=[])
from djangocms_navigation.compat import DJANGO_4_2
from cms.test_utils.testcases import CMSTestCase

from djangocms_navigation.compat import DJANGO_4_2
if not DJANGO_4_2:
CMSTestCase.assertQuerySetEqual = CMSTestCase.assertQuerysetEqual

Expand Down

0 comments on commit f8059de

Please sign in to comment.