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>
This commit is contained in:
Thomas Petazzoni 2020-03-24 15:53:35 +01:00
parent 4a180c34b7
commit 1214109cdc

View File

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