support/testing/tests/package/sample_gst1_python.py: fix flake8 errors
authorAdam Duskett <Aduskett@gmail.com>
Sat, 28 Mar 2020 21:26:50 +0000 (14:26 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 29 Mar 2020 13:50:07 +0000 (15:50 +0200)
commitf41ee450e5c970ae5284ccaef04dfe562215b92c
treeb767722e04d3c4bec43dc76e3e1652d9b9937f47
parent3e054d20cbc8ff0da0c5fe189ab5542d2beaeeed
support/testing/tests/package/sample_gst1_python.py: fix flake8 errors

The older version of flake8 on the autobuilders does not support typehints.
As such, flake8 throws the following error when scanning sample_gst1_python:
E999 SyntaxError: invalid syntax

Remove the typehinting from on_message to fix this issue.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/sample_gst1_python.py