mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
python: Sort imports in management commands.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
|
||||
from typing import Any
|
||||
|
||||
from argparse import ArgumentParser
|
||||
from zerver.lib.management import ZulipBaseCommand
|
||||
from zerver.lib.actions import create_stream_if_needed
|
||||
from zerver.models import DefaultStreamGroup
|
||||
from typing import Any
|
||||
|
||||
from zerver.lib.actions import create_stream_if_needed
|
||||
from zerver.lib.management import ZulipBaseCommand
|
||||
from zerver.models import DefaultStreamGroup
|
||||
|
||||
class Command(ZulipBaseCommand):
|
||||
help = """
|
||||
|
||||
Reference in New Issue
Block a user