Skip to content

Commit 86a921d

Browse files
committed
minor change
1 parent 85963f4 commit 86a921d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

GPUmodules/GPUmodule.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,8 +916,7 @@ def is_valid_power_cap(self, power_cap: int) -> bool:
916916
return False
917917

918918
def is_valid_fan_pwm(self, pwm_value: int) -> bool:
919-
"""
920-
Check if a given fan_pwm value is valid.
919+
""" Check if a given fan_pwm value is valid.
921920
922921
:param pwm_value: Target fan_pwm value to be tested.
923922
:return: True if valid

0 commit comments

Comments
 (0)