register_server: Remove broken, unused import.

This import preventing this script from working in most production
environments.
This commit is contained in:
Tim Abbott 2018-05-06 21:45:33 -07:00
parent 3ac7f01e4b
commit f648bc1eae
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ from django.core.management.base import CommandError
from django.utils.crypto import get_random_string
from zerver.lib.management import ZulipBaseCommand, check_config
from zilencer.models import RemoteZulipServer
if settings.DEVELOPMENT:
SECRETS_FILENAME = "zproject/dev-secrets.conf"