Fix flake8 violations: remove extra blank lines and trailing whitespace

This commit is contained in:
Mahdi 2025-08-07 23:50:57 +03:30
parent 705fc2b465
commit 15a21641b0

View File

@ -50,8 +50,6 @@ class AuthTokenTests(TestCase):
self.user.save()
assert AuthTokenSerializer(data=data).is_valid()
def test_token_creation_collision_raises_integrity_error(self):
"""
Verify that creating a token with an existing key raises IntegrityError.