diff --git a/projects/amdsmi/py-interface/amdsmi_interface.py b/projects/amdsmi/py-interface/amdsmi_interface.py index 43dba82ec8..656c6ef0be 100644 --- a/projects/amdsmi/py-interface/amdsmi_interface.py +++ b/projects/amdsmi/py-interface/amdsmi_interface.py @@ -5578,7 +5578,7 @@ def amdsmi_set_gpu_ptl_state( def amdsmi_get_gpu_ptl_formats( processor_handle: processor_handle_t - ) -> tuple[int, int]: + ) -> Tuple[int, int]: if not isinstance(processor_handle, amdsmi_wrapper.amdsmi_processor_handle): raise AmdSmiParameterException(processor_handle, amdsmi_wrapper.amdsmi_processor_handle) data_format1 = amdsmi_wrapper.amdsmi_ptl_data_format_t()