From adbdf47ef49c5963cea2c4a38fe1c26e603205b7 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 10 Jun 2024 15:27:33 +0200 Subject: [PATCH] lint |None --- rwx/grub/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rwx/grub/__init__.py b/rwx/grub/__init__.py index 3a70ad4..7690a49 100644 --- a/rwx/grub/__init__.py +++ b/rwx/grub/__init__.py @@ -17,7 +17,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) -> None: args = [ ("grub-mkimage",), ("--compress", COMPRESSION),