- PEP8 fix - Remove useless parens - Docstring fixes - RegEX: remove unneeded escape character - accuraterip-checksum: output usage to stderr in case of wrong invocation Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
- `SystemExit` doesn't require importing the `sys` module - `exit()` depends on the `site` module (for this reason its usage is discouraged in production code) Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
Signed-off-by: Andreas Oberritter <obi@saftware.de>