From 6e77ce6605b5105d93ae898d3dc2bba309eedb2c Mon Sep 17 00:00:00 2001 From: ahmed Date: Mon, 4 Jul 2022 17:23:17 +0200 Subject: [PATCH] remove unused imports Signed-off-by: ahmed --- packages/integration/src/gitlab/core.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/integration/src/gitlab/core.ts b/packages/integration/src/gitlab/core.ts index 64b350eb67..5432bd90ee 100644 --- a/packages/integration/src/gitlab/core.ts +++ b/packages/integration/src/gitlab/core.ts @@ -17,9 +17,6 @@ import { GitLabIntegrationConfig } from './config'; import fetch from 'cross-fetch'; import { InputError } from '@backstage/errors'; -import { relative } from 'path'; -import { trimStart } from 'lodash'; -// import { config } from 'process'; /** * Given a URL pointing to a file on a provider, returns a URL that is suitable