Coding style: execute black + isort and fix undefined 'path'
authorMichael Prokop <mika@grml.org>
Thu, 2 Apr 2020 14:40:47 +0000 (16:40 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 2 Apr 2020 15:09:20 +0000 (17:09 +0200)
Avoid discussions around pep8, pylint etc, but instead
use what black(1) (see https://github.com/psf/black) provides.

Fix:

| grml2usb:299:39: F821 undefined name 'path'


No differences found