management: Remove unused import from check_redis command.

This commit is contained in:
Vishnu Ks
2017-08-07 17:56:29 +00:00
committed by Tim Abbott
parent 19f8da4995
commit 5ce0d85ccf

View File

@@ -9,7 +9,6 @@ from zerver.lib.rate_limiter import client, max_api_calls, max_api_window, \
from django.core.management.base import BaseCommand, CommandParser from django.core.management.base import BaseCommand, CommandParser
from django.conf import settings from django.conf import settings
from optparse import make_option
import logging import logging
import time import time