Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 704ae26

Browse files
committed
Remove outdated part type warnings
All are correct
1 parent 06a1338 commit 704ae26

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

parts.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
},
6262
"Instrument": {
6363
"extends": "Part",
64-
"--warning": "Property 'Type' may have incorrect type",
6564
"properties": {
6665
"Type": "number"
6766
},
@@ -406,15 +405,13 @@
406405
},
407406
"Polysilicon": {
408407
"extends": "Part",
409-
"--warning": "Property 'PolysiliconMode' may have incorrect type",
410408
"properties": {
411409
"PolysiliconMode": "number",
412410
"Frequency": "number"
413411
}
414412
},
415413
"TimeSensor": {
416414
"extends": "Part",
417-
"--warning": "Property 'Time' may have incorrect type",
418415
"properties": {
419416
"Time": "string"
420417
}

0 commit comments

Comments
 (0)