From 704ae26f35e20157c94a88bf7fd60feba2f5da52 Mon Sep 17 00:00:00 2001 From: Joshua Mckinnon Date: Mon, 27 Nov 2023 17:20:00 -0800 Subject: [PATCH] Remove outdated part type warnings All are correct --- parts.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/parts.json b/parts.json index 56559ed..af2fa4e 100644 --- a/parts.json +++ b/parts.json @@ -61,7 +61,6 @@ }, "Instrument": { "extends": "Part", - "--warning": "Property 'Type' may have incorrect type", "properties": { "Type": "number" }, @@ -406,7 +405,6 @@ }, "Polysilicon": { "extends": "Part", - "--warning": "Property 'PolysiliconMode' may have incorrect type", "properties": { "PolysiliconMode": "number", "Frequency": "number" @@ -414,7 +412,6 @@ }, "TimeSensor": { "extends": "Part", - "--warning": "Property 'Time' may have incorrect type", "properties": { "Time": "string" }