Skip to content

Commit

Permalink
ci: Fix Lint -- Workflow Bot (#5699)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 3d3f3ab commit 211113a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-lib/src/lib/util/Uri.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 211113a

Please sign in to comment.