python-by-example-150-chall.../venv/lib/python3.6/site-packages/pylint/test/messages/func_w0612.txt
2019-08-04 15:26:35 +03:00

7 lines
283 B
Plaintext

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