mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
zerver/management: Remove unused imports (F401).
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user