Skip to content

Commit e12d88d

Browse files
committed
Fixed style issue
1 parent 2f1df87 commit e12d88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,4 +534,4 @@ def save(
534534
exp_program = torch.export.export(
535535
module, tuple(arg_inputs), kwargs=kwarg_inputs, strict=False
536536
)
537-
torch.export.save(exp_program, file_path)
537+
torch.export.save(exp_program, file_path)

0 commit comments

Comments
 (0)