mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 02:53:52 +00:00
create_realm.py: Remove unnecessary imports.
This commit is contained in:
committed by
Tim Abbott
parent
ac2172e233
commit
6f0b46d84f
@@ -8,7 +8,7 @@ from django.conf import settings
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.core.management.base import BaseCommand, CommandParser
|
||||
from zerver.lib.actions import Realm, do_create_realm, set_default_streams
|
||||
from zerver.models import RealmDomain, can_add_alias, get_realm
|
||||
from zerver.models import get_realm
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user