flake8 again

This commit is contained in:
Sachi King 2017-03-26 19:01:20 +11:00
parent 37a9b37499
commit 0fddbf9f9b
5 changed files with 8 additions and 11 deletions

View file

@ -1,5 +1,3 @@
from importlib import import_module
from django.apps import AppConfig as BaseAppConfig

View file

@ -1,4 +1,3 @@
from django.conf import settings
from functools import wraps