lint |None

This commit is contained in:
Marc Beninca 2024-06-10 15:27:33 +02:00
parent 9349775193
commit adbdf47ef4
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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),