support/testing/tests/package/test_python_gobject.py: fix flake8 warning
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 14:53:35 +0000 (15:53 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 14:54:29 +0000 (15:54 +0100)
Fixes:

   support/testing/tests/package/test_python_gobject.py:4:1: E302 expected 2 blank lines, found 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/test_python_gobject.py

index be338824553bc1e5a5682e1ac38009e36b805ee2..cd8a43252b9d9eda68486e968e102b0d69f2b160 100644 (file)
@@ -1,6 +1,7 @@
 import os
 from tests.package.test_python import TestPythonPackageBase
 
+
 class TestPythonPy3Gobject(TestPythonPackageBase):
     __test__ = True
     config = \