refactor(simulator): import cleanups
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Feb 2023 14:19:07 +0000 (15:19 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 15 Feb 2023 14:19:07 +0000 (15:19 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ChargingStationConfigurationUtils.ts

index 9c025f8e4fc047e5330a5c623d0c553e1aa26edd..579e2ab49f2f129f5a7e362768636b39070ed7b0 100644 (file)
@@ -1,5 +1,5 @@
 import type { ChargingStation } from './internal';
-import type { ConfigurationKey, ConfigurationKeyType, StandardParametersKey } from '../types';
+import type { ConfigurationKey, ConfigurationKeyType } from '../types';
 import { logger } from '../utils';
 
 type ConfigurationKeyOptions = { readonly?: boolean; visible?: boolean; reboot?: boolean };