support/testing: test_python_django: add missing line
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 5 Dec 2019 23:32:34 +0000 (00:32 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 5 Dec 2019 23:32:34 +0000 (00:32 +0100)
flake8 complains with:

test_python_django.py:25:1: E302 expected 2 blank lines, found 1

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
support/testing/tests/package/test_python_django.py

index eb93d4fca9fa3ca98b2c4e958f0a2398225319b8..6b31833a0f15a72a318e758a49808efef734661e 100644 (file)
@@ -22,6 +22,7 @@ class TestPythonDjango(TestPythonPackageBase):
         cmd = "netstat -ltn 2>/dev/null | grep 0.0.0.0:1234"
         self.assertRunOk(cmd)
 
+
 class TestPythonPy3Django(TestPythonDjango):
     __test__ = True
     config = TestPythonDjango.config + \