From: Michael Prokop Date: Mon, 20 Feb 2023 10:27:09 +0000 (+0100) Subject: codecheck: reformat with black, version 23.1.0 X-Git-Tag: v0.19.2~1 X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=2955aaf78a680a9c1a96ef5d3a4e03599b2dd670;hp=00ce55f518f6abc61c2ede0320bffc90ff3eb09a codecheck: reformat with black, version 23.1.0 Drop empty newline as expected by black >=23.1.0 See https://github.com/psf/black/blob/main/CHANGES.md Closes: #1031466 --- diff --git a/grml2usb b/grml2usb index 8f689a9..5ac6e76 100755 --- a/grml2usb +++ b/grml2usb @@ -1614,7 +1614,6 @@ def handle_syslinux_config(grml_flavour, target): new_grml_cfg = "%s/%s_grml.cfg" % (syslinux_target, flavour_filename) if os.path.isfile(defaults_file): - # remove default menu entry in menu remove_default_entry(new_default_with_path)