mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-13 16:54:47 +03:00
Fix flake8 violations: remove extra blank lines and trailing whitespace
This commit is contained in:
parent
705fc2b465
commit
15a21641b0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user