-
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"
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"