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,11 +2,11 @@ import time
from collections import OrderedDict, defaultdict
from datetime import datetime, timedelta
import logging
from typing import Any, Callable, Dict, List, \
from typing import Callable, Dict, List, \
Optional, Tuple, Type, Union
from django.conf import settings
from django.db import connection, models
from django.db import connection
from django.db.models import F
from analytics.models import BaseCount, \