Kaydet (Commit) 40b87676 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Fixed a couple flake8 warnings.

üst 85270ef3
...@@ -23,5 +23,3 @@ class NotAConfig(object): ...@@ -23,5 +23,3 @@ class NotAConfig(object):
class NoSuchApp(AppConfig): class NoSuchApp(AppConfig):
name = 'there is no such app' name = 'there is no such app'
...@@ -2,7 +2,6 @@ from __future__ import absolute_import, unicode_literals ...@@ -2,7 +2,6 @@ from __future__ import absolute_import, unicode_literals
from django.apps import apps from django.apps import apps
from django.apps.registry import Apps from django.apps.registry import Apps
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
from django.db import models from django.db import models
from django.test import TestCase, override_settings from django.test import TestCase, override_settings
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment