Skip to content

Commit b9b53c7

Browse files
committed
Remove the temporary init fields
1 parent 624db2b commit b9b53c7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/modules/mechanism_start.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,7 @@
1313
"canBeCalledWithinClass": false,
1414
"canBeCalledOutsideClass": false,
1515
"returnType": "None",
16-
"params": [
17-
{
18-
"name": "my_motor_port",
19-
"type": "int"
20-
},
21-
{
22-
"name": "my_color_range_sensor_port",
23-
"type": "int"
24-
}
25-
],
16+
"params": [],
2617
"pythonMethodName": "__init__"
2718
},
2819
"fields": {

0 commit comments

Comments
 (0)