analytics: Remove unused optparse import.

This commit is contained in:
rht 2017-09-30 08:28:34 +02:00 committed by Tim Abbott
parent e0f7b6f8ef
commit dc5136ed96
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
from typing import Any, Dict
from optparse import make_option
from django.core.management.base import BaseCommand, CommandParser
from zerver.models import Recipient, Message
from zerver.lib.timestamp import timestamp_to_datetime

View File

@ -4,7 +4,6 @@ from typing import Any, Dict
from zerver.lib.statistics import seconds_usage_between
from optparse import make_option
from django.core.management.base import BaseCommand, CommandParser
from zerver.models import UserProfile
import datetime