pep8: Add compliance with rule E261 to import.py.

This commit is contained in:
Aditya Bansal 2017-05-07 20:45:24 +05:30 committed by Tim Abbott
parent d8db632d21
commit 7271fc8a7b

View File

@ -18,7 +18,7 @@ import sys
import ujson
from typing import Any
Model = Any # TODO: make this mypy type more specific
Model = Any # TODO: make this mypy type more specific
class Command(BaseCommand):
help = """Import Zulip database dump files into a fresh Zulip instance.