Skip to content

Commit 028e16c

Browse files
committed
Remove unused imports
1 parent 0888d78 commit 028e16c

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

s3file/forms.py

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
from django.conf import settings
66
from django.core.files.storage import default_storage
7-
from django.forms.widgets import ClearableFileInput
87
from django.utils.functional import cached_property
98

109
logger = logging.getLogger('s3file')

tests/test_forms.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import json
21
from contextlib import contextmanager
32

43
import pytest

tests/testapp/urls.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from django.conf.urls import url
2-
from django.views.generic import FormView
32

4-
from . import forms, views
3+
from . import views
54

65
urlpatterns = [
76
url(r'^s3/$',

0 commit comments

Comments
 (0)