Skip to content

Commit 94aa88d

Browse files
Update providers/base/bin/check_secure_boot_state.py
Co-authored-by: Zhongning Li <[email protected]>
1 parent e1ba8bc commit 94aa88d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

providers/base/bin/check_secure_boot_state.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,11 @@ def get_secure_boot_state(self) -> Tuple[SecureBootState, Optional[str]]:
326326
pass
327327

328328
@abstractmethod
329-
def is_supported(self) -> bool:
329+
@classmethod
330+
def is_supported(cls) -> bool:
330331
"""
331332
Check if this secure boot method is supported on the system.
332-
333+
333334
Returns:
334335
True if supported, False otherwise
335336
"""

0 commit comments

Comments
 (0)