From a7c2b75d48587fce826613efced163272b11e354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 20 Aug 2019 22:55:10 +0200 Subject: Lint test code. --- tests/django_test_app/__init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/django_test_app/__init__.py') diff --git a/tests/django_test_app/__init__.py b/tests/django_test_app/__init__.py index 4506810..908f97e 100644 --- a/tests/django_test_app/__init__.py +++ b/tests/django_test_app/__init__.py @@ -3,9 +3,8 @@ # This code is distributed under the two-clause BSD License. try: # pragma: no cover - import django - from django.conf import settings + import django # noqa + from django.conf import settings # noqa django_loaded = True except ImportError: # pragma: no cover django_loaded = False - -- cgit v1.2.1