Browse Source

support/testing/tests/package/test_python_gobject.py: fix flake8 warning

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>
Thomas Petazzoni 5 years ago
parent
commit
1214109cdc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      support/testing/tests/package/test_python_gobject.py

+ 1 - 0
support/testing/tests/package/test_python_gobject.py

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