Skip to content

Commit

Permalink
fix: need type keyword for import to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
uga-rosa committed Apr 12, 2024
1 parent 682d855 commit 93fe24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/ddc-source-lsp/completion_item_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { LSP, OffsetEncoding } from "./deps/lsp.ts";
import { LSP, type OffsetEncoding } from "./deps/lsp.ts";
import { assertEquals } from "./deps/std.ts";
import { Denops, nvim, test } from "./deps/denops.ts";
import { assertBuffer, searchCursor } from "./test_util.ts";
Expand Down

0 comments on commit 93fe24b

Please sign in to comment.