Fixes issue with Flake8 linting

This commit is contained in:
Dustin Broderick 2017-12-06 11:42:57 -07:00
parent 1641b73d60
commit 0a8fe02844
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class Command(BaseCommand):
slim = options.get("slim")
batch_size = options.get("batch_size")
non_atomic = options.get("non_atomic")
# work-around for legacy optparser hack in BaseCommand. In Django=1.10 the
# args are collected in options['apps'], but in earlier versions they are
# kept in args.