Skip to content

Commit 034ced1

Browse files
committed
Add missing comma...
1 parent 4ca3dfd commit 034ced1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def test_deprecated_modelset(self):
153153
"device": "cpu",
154154
"inputs": ["a", "b"],
155155
"minbatchsize": 0,
156-
"minbatchtimeout": 0
156+
"minbatchtimeout": 0,
157157
"outputs": ["mul"],
158158
"tag": "v1.0",
159159
},

0 commit comments

Comments
 (0)