Fix get_device_properties (#36997)

Fix remove remnant self from get_device_properties

Co-authored-by: Yih-Dar <2521628+ydshieh@users.noreply.github.com>
This commit is contained in:
ivarflakstad 2025-03-26 15:46:34 +01:00 committed by GitHub
parent 8084b26294
commit ad5d40de9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3056,7 +3056,7 @@ DeviceProperties = tuple[Union[str, None], Union[int, None]]
@cache
def get_device_properties(self) -> DeviceProperties:
def get_device_properties() -> DeviceProperties:
"""
Get environment device properties.
"""