From a49505faf53fb477e9cafa898ef2030a4377aff0 Mon Sep 17 00:00:00 2001 From: Gerry Campion Date: Mon, 18 Dec 2023 10:09:16 -0500 Subject: [PATCH] removed unused imports --- api/providers/CosmosSQLStorage.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api/providers/CosmosSQLStorage.ts b/api/providers/CosmosSQLStorage.ts index 776ddf3..c45a736 100644 --- a/api/providers/CosmosSQLStorage.ts +++ b/api/providers/CosmosSQLStorage.ts @@ -11,14 +11,9 @@ import { IRules } from "../types/IRules"; import { ruleArrays } from "../utils/Consts"; import { yamlToJSON, - buildJSON, - dotsToSquares, - jsonToQuery, spacesToUnderscores, - underscoresToSpaces, sqlName, paramName, - jsonName, } from "../utils/json_yaml"; interface Operation {