From: Thomas Petazzoni Date: Tue, 24 Mar 2020 14:52:52 +0000 (+0100) Subject: support/testing/tests/package/test_gst1_python.py: fix flake8 warning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a180c34b76312e262dcfce211f36b7a54bb9cec;p=buildroot.git support/testing/tests/package/test_gst1_python.py: fix flake8 warning Fixes: support/testing/tests/package/test_gst1_python.py:29:1: W391 blank line at end of file Signed-off-by: Thomas Petazzoni --- diff --git a/support/testing/tests/package/test_gst1_python.py b/support/testing/tests/package/test_gst1_python.py index 8d6efcbe4a..469e0f392d 100644 --- a/support/testing/tests/package/test_gst1_python.py +++ b/support/testing/tests/package/test_gst1_python.py @@ -26,4 +26,3 @@ class TestGst1Python(TestPythonPackageBase): options=["-initrd", cpio_file]) self.emulator.login() sample_scripts = ["tests/package/sample_gst1_python.py"] -