fix pep8 violations

This commit is contained in:
Chris Dodge
2013-08-21 20:02:58 -04:00
parent 42af561a17
commit 2ba0d40d7b
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
#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