Fixed whitepace linting issues

This commit is contained in:
Dustin Broderick 2017-11-29 09:27:11 -07:00
parent 0a9ccc4e2e
commit c187407932
1 changed files with 4 additions and 4 deletions

View File

@ -81,14 +81,14 @@ class Command(BaseCommand):
help='Search engine models are registered with'
)
parser.add_argument(
'--slim',
action='store_true',
default=False,
'--slim',
action='store_true',
default=False,
help="Only include objects which satisfy the filter specified during \
model registration. WARNING: buildwatson must be rerun if the filter \
changes or the index will be incomplete."
)
@transaction.atomic()
def handle(self, *args, **options):
"""Runs the management command."""