Skip to content

Commit 4854c98

Browse files
committed
Quiet some import warnings from flake8
1 parent 05d5774 commit 4854c98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/plugin_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def test_settings():
6161
django.setup()
6262

6363

64-
from django.template import Context, Template
65-
from django.template.loader import get_template
66-
from django.test import TestCase
64+
from django.template import Context, Template # noqa
65+
from django.template.loader import get_template # noqa
66+
from django.test import TestCase # noqa
6767

6868

6969
class DjangoPluginTestCase(TempDirMixin, TestCase):

0 commit comments

Comments
 (0)