Skip to content

Commit 7b804a2

Browse files
committed
refactor(//py): Fix linting in the py directory
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 6f83b41 commit 7b804a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/trtorch/_compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,6 @@ def get_build_info() -> str:
157157
build_info = "TRTorch Version: " + str(__version__) + '\n' + build_info
158158
return build_info
159159

160+
160161
def set_device(gpu_id):
161162
trtorch._C.set_device(gpu_id)

0 commit comments

Comments
 (0)