python: Sort imports in management commands.

This commit is contained in:
Tim Abbott
2017-11-15 15:43:27 -08:00
parent 73a668e7ae
commit f04d6ed19e
55 changed files with 226 additions and 258 deletions

View File

@@ -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 = """