support/testing/tests/package/sample_python_gobject.py: fix flake8 warnings
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 14:47:25 +0000 (15:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 24 Mar 2020 14:54:29 +0000 (15:54 +0100)
commit75371a4a12673ff992ca482b503eed70509154af
treeb73b2bd7883c52c39bba9e47208efad2958e3d98
parent15f354e7dffa19247cecbcf5711c2bffff6f828c
support/testing/tests/package/sample_python_gobject.py: fix flake8 warnings

Fixes:

  support/testing/tests/package/sample_python_gobject.py:5:1: E302 expected 2 blank lines, found 1
  support/testing/tests/package/sample_python_gobject.py:8:7: E111 indentation is not a multiple of four
  support/testing/tests/package/sample_python_gobject.py:11:1: E305 expected 2 blank lines after class or function definition, found 1

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