Skip to content

Commit 923673a

Browse files
committed
fix flake8 errors
1 parent 1d99dc2 commit 923673a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/aklub/management/commands/build_contenttools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ class Command(BaseCommand):
1414
def add_arguments(self, parser):
1515
super(Command, self).add_arguments(parser)
1616
parser.add_argument(
17-
'--npm',
18-
dest='npm',
17+
'--npm',
18+
dest='npm',
1919
default='/usr/bin/npm',
2020
help='Npm js package manager path',
2121
)

0 commit comments

Comments
 (0)