codecheck: reformat with black, version 23.1.0
authorMichael Prokop <mika@grml.org>
Mon, 20 Feb 2023 10:27:09 +0000 (11:27 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 20 Feb 2023 10:32:47 +0000 (11:32 +0100)
Drop empty newline as expected by black >=23.1.0
See https://github.com/psf/black/blob/main/CHANGES.md

Closes: #1031466

grml2usb

index 8f689a9..5ac6e76 100755 (executable)
--- 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)