Skip to content

Commit 4b08b40

Browse files
committed
Correct the order for classmethod and abstractmethod
1 parent 05912db commit 4b08b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/base/bin/check_secure_boot_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ def get_secure_boot_state(self) -> Tuple[SecureBootState, Optional[str]]:
325325
"""
326326
pass
327327

328-
@abstractmethod
329328
@classmethod
329+
@abstractmethod
330330
def is_supported(cls) -> bool:
331331
"""
332332
Check if this secure boot method is supported on the system.

0 commit comments

Comments
 (0)