Skip to content

Commit a4b7f90

Browse files
authored
Apply suggestions from code review
1 parent 7094830 commit a4b7f90

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

filer/utils/files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import os
33
import uuid
44

5-
from django.conf import settings
65
from django.http.multipartparser import ChunkIter, SkipFile, StopFutureHandlers, StopUpload, exhaust
76
from django.template.defaultfilters import slugify as slugify_django
87
from django.utils.encoding import force_str

tests/test_files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import string
22

3-
from django.conf import settings
43
from django.test import TestCase
54
from filer.utils.files import get_valid_filename
65

0 commit comments

Comments
 (0)