Import cleanups
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 5 Jan 2023 19:02:19 +0000 (20:02 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 5 Jan 2023 19:02:19 +0000 (20:02 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/charging-station/ocpp/2.0/OCPP20RequestService.ts

index ac22e9fbc23c9fe2684bfb2b7bae6b45b009d6c4..e23b1e76fcc3e1fbf9b64f2e61f3d44f0fdb98d2 100644 (file)
@@ -9,8 +9,7 @@ import type { JSONSchemaType } from 'ajv';
 import OCPPError from '../../../exception/OCPPError';
 import type { JsonObject, JsonType } from '../../../types/JsonType';
 import {
-  BootReasonEnumType,
-  OCPP20BootNotificationRequest,
+  type OCPP20BootNotificationRequest,
   OCPP20RequestCommand,
 } from '../../../types/ocpp/2.0/Requests';
 import { ErrorType } from '../../../types/ocpp/ErrorType';