mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
pep8: Add compliance with rule E261 to import.py.
This commit is contained in:
parent
d8db632d21
commit
7271fc8a7b
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user