Skip to content

Commit 80818a9

Browse files
committed
chore(//py/torch_tensorrt): more _Input.py mypy stuff
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 36895d5 commit 80818a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/_Input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,5 +403,5 @@ def example_tensor(self, optimization_profile_field: Optional[str] = None) -> Op
403403
raise ValueError(
404404
"Requested an example tensor from a dynamic shaped input but did not specific which profile field to use."
405405
)
406-
406+
return None
407407

0 commit comments

Comments
 (0)