analytics/zilencer/zproject: Remove unused imports.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2019-02-02 14:53:19 -08:00
committed by Tim Abbott
parent 4e0a79d146
commit f5197518a9
18 changed files with 24 additions and 46 deletions

View File

@@ -2,7 +2,6 @@ import datetime
from argparse import ArgumentParser
from typing import Any, List
import pytz
from django.core.management.base import BaseCommand
from django.db.models import Count
from django.utils.timezone import now as timezone_now