Skip to content

Commit

Permalink
Fix ruff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Jul 14, 2024
1 parent a3898e1 commit 0599872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_indicators.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,6 @@ def test_page_indicator_db_queries(self):
content__language="en",
)
with self.assertNumQueries(1):
from djangocms_versioning.indicators import content_indicator, content_indicator_menu
from djangocms_versioning.indicators import content_indicator

content_indicator(version.content)

0 comments on commit 0599872

Please sign in to comment.