mirror of
https://github.com/django/django.git
synced 2025-10-18 06:18:18 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
@ -405,4 +405,5 @@ class ConfiguredStorage(LazyObject):
|
|||
def _setup(self):
|
||||
self._wrapped = get_storage_class(settings.STATICFILES_STORAGE)()
|
||||
|
||||
|
||||
staticfiles_storage = ConfiguredStorage()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue