Skip to content

Commit b1e5ebd

Browse files
ok
1 parent fd32486 commit b1e5ebd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/pgt_completions/src/relevance/filtering.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
use pgt_schema_cache::ProcKind;
2-
use pgt_treesitter::{
3-
MentionedColumn,
4-
context::{TreesitterContext, WrappingClause, WrappingNode},
5-
};
2+
use pgt_treesitter::context::{TreesitterContext, WrappingClause, WrappingNode};
63

74
use super::CompletionRelevanceData;
85

0 commit comments

Comments
 (0)