Skip to content
Snippets Groups Projects
  • Andre Maroneze's avatar
    77befb39
    [machdep] apply some pylint remarks · 77befb39
    Andre Maroneze authored
    - 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"
    77befb39
    History
    [machdep] apply some pylint remarks
    Andre Maroneze authored
    - 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"