Skip to content

Commit 9d2fa7d

Browse files
committed
Address commit in PR
1 parent b7a6b00 commit 9d2fa7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nsight/thermovision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(
7474
verbose: Whether to print thermal messages.
7575
Default: False
7676
"""
77-
self.handle: Any = None
77+
self.device: Any = None
7878
self.thermal_mode = thermal_mode
7979

8080
# Set adaptive_mode based on thermal_mode

0 commit comments

Comments
 (0)