We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5355c71 commit b77a43bCopy full SHA for b77a43b
archinstall/lib/models/bootloader.py
@@ -31,7 +31,7 @@ def values() -> list[str]:
31
return [e.value for e in Bootloader if e != Bootloader.NO_BOOTLOADER or arch_config_handler.args.skip_boot is True]
32
33
@classmethod
34
- def get_default(cls) -> None | Bootloader:
+ def get_default(cls) -> Bootloader:
35
from ..args import arch_config_handler
36
37
if arch_config_handler.args.skip_boot:
0 commit comments