Commit 2ba0d40d by Chris Dodge

fix pep8 violations

parent 42af561a
...@@ -18,7 +18,7 @@ class Command(BaseCommand): ...@@ -18,7 +18,7 @@ class Command(BaseCommand):
make_option('--nostatic', make_option('--nostatic',
action='store_true', action='store_true',
help='Skip import of static content'), help='Skip import of static content'),
) )
def handle(self, *args, **options): def handle(self, *args, **options):
"Execute the command" "Execute the command"
......
#pylint: disable=E1101 #pylint: disable=E1101
''' '''
Tests for importing with no static Tests for importing with no static
''' '''
from django.test.client import Client from django.test.client import Client
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment