Skip to content

Commit 9b8a4e7

Browse files
bobrenjc93pytorchmergebot
authored andcommitted
remove allow-untyped-defs from torch/onnx/operators.py (pytorch#144133)
Pull Request resolved: pytorch#144133 Approved by: https://github.com/Skylion007
1 parent 6e09d32 commit 9b8a4e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch/onnx/operators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# mypy: allow-untyped-defs
21
"""This file provides a location for operators that help exporting models via onnx.
32
43
E.g. `shape_as_tensor` and `reshape_from_tensor_shape`

0 commit comments

Comments
 (0)