remove obsolete import

This commit is contained in:
proddy
2023-05-07 09:46:52 +02:00
parent 09ea35e340
commit 348ffcd077

View File

@@ -1,5 +1,4 @@
import Schema from 'async-validator';
import { DeviceValueUOM } from './types';
import type { AnalogSensor, DeviceValue, Settings } from './types';
import type { InternalRuleItem } from 'async-validator';
import { IP_OR_HOSTNAME_VALIDATOR } from 'validators/shared';