zerver/management: Remove unused imports (F401).

This commit is contained in:
rht
2017-11-02 10:19:24 +01:00
committed by Tim Abbott
parent 54ac11f2e1
commit d6aa7f7738
19 changed files with 10 additions and 34 deletions

View File

@@ -5,7 +5,6 @@ from django.core.management.base import CommandParser
from zerver.lib.actions import create_stream_if_needed, bulk_add_subscriptions
from zerver.lib.management import ZulipBaseCommand
from zerver.models import UserProfile
class Command(ZulipBaseCommand):
help = """Add some or all users in a realm to a set of streams."""