Skip to content

Fix various warnings reported by flake8

Jason Gerecke requested to merge jigpu/hid-tools:fix-flake8 into master
./tests/test_cli_decode.py:44:56: F541 f-string is missing placeholders
./tests/test_cli_decode.py:88:12: F541 f-string is missing placeholders
./tests/test_cli_decode.py:95:42: F541 f-string is missing placeholders
./tests/test_cli_decode.py:96:42: F541 f-string is missing placeholders
./tests/test_cli_decode.py:222:52: F541 f-string is missing placeholders
./tests/test_cli_decode.py:232:52: F541 f-string is missing placeholders
./tests/base.py:30:1: E402 module level import not at top of file
./tests/base.py:33:1: E402 module level import not at top of file
./tests/base.py:77:35: F541 f-string is missing placeholders
./tests/base.py:83:23: F541 f-string is missing placeholders

Signed-off-by: Jason Gerecke jason.gerecke@wacom.com

Edited by Jason Gerecke

Merge request reports