mirror of https://github.com/zulip/zulip.git
management: Remove unused import from checkconfig command.
This commit is contained in:
parent
5ce0d85ccf
commit
b8dacf9bf6
|
@ -1,7 +1,6 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import print_function
|
||||
|
||||
from optparse import make_option
|
||||
from typing import Any
|
||||
|
||||
from django.core.management.base import BaseCommand
|
||||
|
|
Loading…
Reference in New Issue