We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271a759 commit 795992aCopy full SHA for 795992a
pipeline/finders.py
@@ -4,11 +4,16 @@
4
from django.contrib.staticfiles.finders import (
5
AppDirectoriesFinder as DjangoAppDirectoriesFinder,
6
)
7
-from django.contrib.staticfiles.finders import BaseFinder, BaseStorageFinder
+from django.contrib.staticfiles.finders import (
8
+ BaseFinder,
9
+ BaseStorageFinder,
10
+)
11
12
FileSystemFinder as DjangoFileSystemFinder,
13
-from django.contrib.staticfiles.finders import find
14
15
+ find,
16
17
from django.contrib.staticfiles.storage import staticfiles_storage
18
from django.utils._os import safe_join
19
0 commit comments