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 os
|
||||
import re
|
||||
import typing
|
||||
import unittest
|
||||
import uuid
|
||||
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.
|
||||
# ---------------------------
|
||||
|
||||
|
||||
class TestIsSimpleCallable:
|
||||
|
||||
def test_method(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user