Skip to content

Commit b846cfa

Browse files
committed
make pylint happy
1 parent 2680313 commit b846cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
# Mapping opset to IR version.
4242
# When adding here, make sure that the IR changes don't impact that we do.
4343
OPSET_TO_IR_VERSION = {
44-
1: 3, 2:3, 3: 3, 4: 4, 5: 3, 6:3, 7:3, 8:4, 9:4, 10:5, 11:6, 12:7
44+
1: 3, 2: 3, 3: 3, 4: 4, 5: 3, 6: 3, 7: 3, 8: 4, 9: 4, 10: 5, 11: 6, 12: 7
4545
}

0 commit comments

Comments
 (0)