Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Nov 27, 2024
1 parent 7bd27b8 commit b4f8165
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyanaconda/modules/storage/bootloader/efi.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
from pyanaconda.anaconda_loggers import get_module_logger
log = get_module_logger(__name__)

__all__ = ["EFIBase", "EFIGRUB", "Aarch64EFIGRUB", "ArmEFIGRUB", "Aarch64EFISystemdBoot", "X64EFISystemdBoot"]
__all__ = ["EFIBase", "EFIGRUB", "EFISystemdBoot", "Aarch64EFIGRUB", "Aarch64EFISystemdBoot",
"X64EFISystemdBoot", "ArmEFIGRUB", "RISCV64EFIGRUB"]


class EFIBase(object):
Expand Down

0 comments on commit b4f8165

Please sign in to comment.