Skip to content

Commit b6fa70f

Browse files
committed
chore: remove stray type import
1 parent 310e0eb commit b6fa70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/symbols.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type Disposable, DocumentSymbol, languages, type Position, Range, SymbolKind } from 'vscode';
1+
import { type Disposable, DocumentSymbol, languages, Range, SymbolKind } from 'vscode';
22

33
const DEFINITION_PATTERNS = [
44
{ pattern: /^\s*Function\s+(\.?\w+)/i, kind: SymbolKind.Function },

0 commit comments

Comments
 (0)