Skip to content
Snippets Groups Projects
Commit 77befb39 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[machdep] apply some pylint remarks

- sort imports
- avoid top-level import after code
- prefer 'sys.exit' instead of 'exit'
- avoid unnecessary '.keys()'
- '\w' in string is an anomalous backslash (W1401), "might be missing r prefix"
parent 4948e712
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment