Fix all E303 pep8 errors.

This commit is contained in:
Feanil Patel
2019-12-30 12:25:38 -05:00
parent 61e1eda20d
commit 6e3fe00fff
783 changed files with 0 additions and 793 deletions

View File

@@ -3,7 +3,6 @@ Django management command to clear the 'staticfiles' Django cache
"""
from django.core.management.base import BaseCommand
from django.core.cache import caches

View File

@@ -3,7 +3,6 @@ Models for static_replace
"""
import six
from six.moves import map