diff --git a/zerver/management/commands/import.py b/zerver/management/commands/import.py index 50ad66d093..916320993c 100644 --- a/zerver/management/commands/import.py +++ b/zerver/management/commands/import.py @@ -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.