Skip to content

Commit 08cf3bf

Browse files
committed
fix: remove unused type
1 parent 51c25f6 commit 08cf3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser/hive/suggestion/suggestionWithEntity.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'path';
33
import { HiveSQL } from 'src/parser/hive';
44
import { CaretPosition, EntityContextType } from 'src/parser/common/types';
55
import { commentOtherLine } from 'test/helper';
6-
import { AttrName, CommonEntityContext } from 'src/parser/common/entityCollector';
6+
import { AttrName } from 'src/parser/common/entityCollector';
77

88
const syntaxSql = fs.readFileSync(
99
path.join(__dirname, 'fixtures', 'suggestionWithEntity.sql'),

0 commit comments

Comments
 (0)