create_realm.py: Remove unnecessary imports.

This commit is contained in:
Harshit Bansal 2017-03-31 14:48:45 +00:00 committed by Tim Abbott
parent ac2172e233
commit 6f0b46d84f
1 changed files with 1 additions and 1 deletions

View File

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