mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 13:00:12 +03:00
PEP8 cleanup
This commit is contained in:
parent
dbab455b13
commit
20451d701b
|
@ -27,5 +27,3 @@ class AuthTokenTests(TestCase):
|
||||||
def test_validate_raise_error_if_no_credentials_provided(self):
|
def test_validate_raise_error_if_no_credentials_provided(self):
|
||||||
with pytest.raises(ValidationError):
|
with pytest.raises(ValidationError):
|
||||||
AuthTokenSerializer().validate({})
|
AuthTokenSerializer().validate({})
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user