Skip to content

Commit 9a0ab9a

Browse files
committed
Remove unused imports
1 parent 9133c99 commit 9a0ab9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

form_utils/widgets.py

-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
- thanks baumer1122
66
77
"""
8-
import os
98
import posixpath
109

1110
from django import forms
1211
from django.conf import settings
13-
from django.utils.functional import curry
1412
from django.utils.safestring import mark_safe
15-
from django.core.files.uploadedfile import SimpleUploadedFile as UploadedFile
1613

1714
from form_utils.settings import JQUERY_URL, FORM_UTILS_MEDIA_URL
1815

0 commit comments

Comments
 (0)