Skip to content

Commit

Permalink
[Hardwareinfo] - align comment with code silence PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Twol committed Oct 5, 2023
1 parent 86c3479 commit e910aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Tools/HardwareInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class HardwareInfo:

def __init__(self):
if HardwareInfo.device_name is not None:
# print "using cached result"
# print "using cached result"
return

HardwareInfo.device_name = "unknown"
Expand Down

0 comments on commit e910aa4

Please sign in to comment.