Skip to content

Commit bebf52f

Browse files
authored
docs: missing import onnx in main example
1 parent 4732c11 commit bebf52f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Below you can find some examples of use.
5252
### Convert
5353

5454
```python
55+
import onnx
5556
import torch
5657
from onnx2torch import convert
5758

0 commit comments

Comments
 (0)