Skip to content

Commit

Permalink
fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpg committed Jun 2, 2024
1 parent 5ba5934 commit 855def6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from django.test import TestCase, override_settings

from taggit.models import Tag
from tests.models import TestModel


Expand Down
1 change: 0 additions & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
UUIDTaggedItem,
)


if DJANGO_VERSION < (4, 2):
TestCase.assertQuerySetEqual = TestCase.assertQuerysetEqual

Expand Down

0 comments on commit 855def6

Please sign in to comment.