analytics: Do a stylistic cleanup of TestProcessCountStat.

This commit is contained in:
Rishi Gupta
2017-02-18 16:59:45 -08:00
committed by Tim Abbott
parent 6c784d6321
commit 8bea47d6b5
2 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,6 @@
from django.conf import settings
from django.db import connection, models
from django.utils import timezone
from django.conf import settings
from datetime import timedelta, datetime
from analytics.models import InstallationCount, RealmCount, \
UserCount, StreamCount, BaseCount, FillState, installation_epoch
@@ -10,6 +9,7 @@ from zerver.lib.timestamp import floor_to_day
from typing import Any, Optional, Type, Tuple, Text
from datetime import timedelta, datetime
import logging
import time