From 211113abd4d024d88d6b09428d77c155756e055f Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:47:18 +0200 Subject: [PATCH] ci: Fix Lint -- Workflow Bot (#5699) Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com> --- packages/cspell-lib/src/lib/util/Uri.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cspell-lib/src/lib/util/Uri.ts b/packages/cspell-lib/src/lib/util/Uri.ts index 34f7660867c9..2722830a334a 100644 --- a/packages/cspell-lib/src/lib/util/Uri.ts +++ b/packages/cspell-lib/src/lib/util/Uri.ts @@ -1,7 +1,7 @@ import assert from 'node:assert'; +import { isUrlLike } from 'cspell-io'; import { URI, Utils } from 'vscode-uri'; -import { isUrlLike } from 'cspell-io' export interface Uri { readonly scheme: string;