We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d5774 commit 4854c98Copy full SHA for 4854c98
tests/plugin_test.py
@@ -61,9 +61,9 @@ def test_settings():
61
django.setup()
62
63
64
-from django.template import Context, Template
65
-from django.template.loader import get_template
66
-from django.test import TestCase
+from django.template import Context, Template # noqa
+from django.template.loader import get_template # noqa
+from django.test import TestCase # noqa
67
68
69
class DjangoPluginTestCase(TempDirMixin, TestCase):
0 commit comments