From 07a596711d24d558ffb3a428fbde836e9ca85d24 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 16 Feb 2024 19:49:37 +0100 Subject: [PATCH] lint --- grub/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub/__init__.py b/grub/__init__.py index 5c5f977..3cd293d 100644 --- a/grub/__init__.py +++ b/grub/__init__.py @@ -14,7 +14,7 @@ MODULES = { def make_image(image_format: str, image_path: str, modules: list[str], - memdisk_path: str, pubkey_path: str=None) -> None: + memdisk_path: str, pubkey_path: str = None) -> None: args = [ ('grub-mkimage'), ('--compress', COMPRESSION),