Skip to content

Commit 7d6674d

Browse files
committed
chore: remove unused import
1 parent 0f987b1 commit 7d6674d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/blink/cmp/sources/lib/init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local async = require('blink.cmp.lib.async')
22
local config = require('blink.cmp.config')
3-
local utils = require('blink.cmp.lib.utils')
3+
local deduplicate = require('blink.cmp.lib.utils').deduplicate
44

55
--- @class blink.cmp.Sources
66
--- @field completions_queue blink.cmp.SourcesQueue | nil
@@ -43,7 +43,6 @@ local sources = {
4343
per_filetype_provider_ids = {},
4444
completions_emitter = require('blink.cmp.lib.event_emitter').new('source_completions'),
4545
}
46-
local deduplicate = require('blink.cmp.lib.utils').deduplicate
4746

4847
function sources.get_all_providers()
4948
local providers = {}

0 commit comments

Comments
 (0)