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

Commit

Permalink
Remove outdated part type warnings
Browse files Browse the repository at this point in the history
All are correct
  • Loading branch information
lrockreal committed Nov 28, 2023
1 parent 06a1338 commit 704ae26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
},
"Instrument": {
"extends": "Part",
"--warning": "Property 'Type' may have incorrect type",
"properties": {
"Type": "number"
},
Expand Down Expand Up @@ -406,15 +405,13 @@
},
"Polysilicon": {
"extends": "Part",
"--warning": "Property 'PolysiliconMode' may have incorrect type",
"properties": {
"PolysiliconMode": "number",
"Frequency": "number"
}
},
"TimeSensor": {
"extends": "Part",
"--warning": "Property 'Time' may have incorrect type",
"properties": {
"Time": "string"
}
Expand Down

0 comments on commit 704ae26

Please sign in to comment.