diff --git a/scripts/wk/hw/smart.py b/scripts/wk/hw/smart.py index 79e95df7..c9c3a94b 100644 --- a/scripts/wk/hw/smart.py +++ b/scripts/wk/hw/smart.py @@ -201,7 +201,7 @@ def get_attribute_value_string(dev, attr) -> str: return value_str -def get_known_disk_attributes(model) -> None: +def get_known_disk_attributes(model) -> dict[str | int, dict[str, Any]]: """Get known disk attributes based on the device model.""" known_attributes = copy.deepcopy(KNOWN_DISK_ATTRIBUTES)