mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 12:30:11 +03:00
flake8 fixes
This commit is contained in:
parent
1cd86fbf40
commit
dc421c499a
|
@ -1106,10 +1106,7 @@ class TestRoundingDecimalField(TestCase):
|
||||||
assert 'Invalid rounding option' in str(excinfo.value)
|
assert 'Invalid rounding option' in str(excinfo.value)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Date & time serializers...
|
# Date & time serializers...
|
||||||
|
|
||||||
class TestDateField(FieldValues):
|
class TestDateField(FieldValues):
|
||||||
"""
|
"""
|
||||||
Valid and invalid values for `DateField`.
|
Valid and invalid values for `DateField`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user