X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FAuthorizedTagsCache.ts;h=332b3a983a8b8760ef33668639ec09b3aaf24d9c;hb=b8cede3a125c147591da708b8b012254f98ecb07;hp=14f6844e02118f7f2b3e14123c86df7086280b1e;hpb=268a74bb051fcbbad532fd833f0d8fd2b33b6c64;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/AuthorizedTagsCache.ts b/src/charging-station/AuthorizedTagsCache.ts index 14f6844e..332b3a98 100644 --- a/src/charging-station/AuthorizedTagsCache.ts +++ b/src/charging-station/AuthorizedTagsCache.ts @@ -1,9 +1,7 @@ import fs from 'node:fs'; import { FileType } from '../types'; -import { FileUtils } from '../utils/FileUtils'; -import { logger } from '../utils/Logger'; -import { Utils } from '../utils/Utils'; +import { FileUtils, Utils, logger } from '../utils'; export class AuthorizedTagsCache { private static instance: AuthorizedTagsCache | null = null;