mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
fixed lint errors
This commit is contained in:
parent
1bef4e8b8d
commit
aa49378941
|
@ -1,8 +1,6 @@
|
||||||
import datetime
|
import datetime
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import typing
|
|
||||||
import unittest
|
|
||||||
import uuid
|
import uuid
|
||||||
from decimal import ROUND_DOWN, ROUND_UP, Decimal
|
from decimal import ROUND_DOWN, ROUND_UP, Decimal
|
||||||
|
|
||||||
|
@ -21,6 +19,7 @@ from rest_framework.fields import DjangoImageField, is_simple_callable
|
||||||
# Tests for helper functions.
|
# Tests for helper functions.
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
|
|
||||||
|
|
||||||
class TestIsSimpleCallable:
|
class TestIsSimpleCallable:
|
||||||
|
|
||||||
def test_method(self):
|
def test_method(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user