From: Jérôme Benoit Date: Thu, 5 Jan 2023 19:02:19 +0000 (+0100) Subject: Import cleanups X-Git-Tag: v1.1.89~28 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=96a52d088b4927e7bc51ea9282f502c2a6b67707;p=e-mobility-charging-stations-simulator.git Import cleanups Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ocpp/2.0/OCPP20RequestService.ts b/src/charging-station/ocpp/2.0/OCPP20RequestService.ts index ac22e9fb..e23b1e76 100644 --- a/src/charging-station/ocpp/2.0/OCPP20RequestService.ts +++ b/src/charging-station/ocpp/2.0/OCPP20RequestService.ts @@ -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';