python-by-example-150-chall.../venv/lib/python3.6/site-packages/pylint/test/messages/func_w0612.txt

7 lines
283 B
Plaintext
Raw Normal View History

2019-08-04 20:26:35 +08:00
W: 9:function: Unused variable 'aaaa'
W: 28:test_global: Using the global statement
W: 34:test_global: Unused platform imported from sys
W: 35:test_global: Unused version imported from sys as VERSION
W: 36:test_global: Unused import this
W: 37:test_global: Unused re imported as RE