From aa49378941d9c1c81ec7eb92e1463cf4ffda5d2e Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Fri, 3 May 2019 09:59:48 +0600 Subject: [PATCH] fixed lint errors --- tests/test_fields.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_fields.py b/tests/test_fields.py index 67a7fef2f..41d08bd5e 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -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):