From: Michael Prokop Date: Thu, 2 Apr 2020 14:40:47 +0000 (+0200) Subject: Coding style: execute black + isort and fix undefined 'path' X-Git-Tag: v0.18.0~7 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=b1880026ee8d798cf69dcd77dbf753b84d1b8ca1;hp=b1880026ee8d798cf69dcd77dbf753b84d1b8ca1;ds=sidebyside Coding style: execute black + isort and fix undefined 'path' 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' ---