fix pep8 violations
This commit is contained in:
@@ -18,7 +18,7 @@ class Command(BaseCommand):
|
||||
make_option('--nostatic',
|
||||
action='store_true',
|
||||
help='Skip import of static content'),
|
||||
)
|
||||
)
|
||||
|
||||
def handle(self, *args, **options):
|
||||
"Execute the command"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pylint: disable=E1101
|
||||
'''
|
||||
Tests for importing with no static
|
||||
Tests for importing with no static
|
||||
'''
|
||||
|
||||
from django.test.client import Client
|
||||
|
||||
Reference in New Issue
Block a user