management: Remove unused imports in management commands.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:29 -08:00
committed by Tim Abbott
parent ee8ff4df66
commit 2a2e744b27
21 changed files with 8 additions and 47 deletions

View File

@@ -6,7 +6,6 @@ from typing import Any, List
from django.conf import settings
from django.db.utils import IntegrityError
from zerver.lib.logging_util import log_to_file
from zerver.lib.management import ZulipBaseCommand