Skip to content

Commit

Permalink
More liniting
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 25, 2024
1 parent f7f2fa2 commit f3c56e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_fields.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from django.conf import settings
from django.test import TestCase


Expand Down
1 change: 0 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,3 @@ def test_respect_link_is_optional(self):
# now we allow the link to be empty
instance.link_is_optional = True
instance.clean()

0 comments on commit f3c56e8

Please sign in to comment.