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

  support/testing/tests/package/test_gst1_python.py:29:1: W391 blank line at end of file

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

index 8d6efcbe4a487b5a10adaa08d0d3782d17ed9298..469e0f392d95133e322f4dbdcff1542f65a94447 100644 (file)
@@ -26,4 +26,3 @@ class TestGst1Python(TestPythonPackageBase):
                            options=["-initrd", cpio_file])
         self.emulator.login()
     sample_scripts = ["tests/package/sample_gst1_python.py"]
-