python: Sort imports in easy files in zerver/.

This commit is contained in:
Tim Abbott
2017-11-15 15:50:28 -08:00
parent a996f843d1
commit 10ab9410c9
6 changed files with 45 additions and 45 deletions

View File

@@ -1,12 +1,11 @@
from django.apps import AppConfig
from django.db.models.signals import post_migrate
from django.core.cache import cache
from django.conf import settings
from typing import Any, Dict
import logging
from typing import Any, Dict
from django.apps import AppConfig
from django.conf import settings
from django.core.cache import cache
from django.db.models.signals import post_migrate
def flush_cache(sender, **kwargs):
# type: (AppConfig, **Any) -> None