Skip to content

Commit 2898765

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 1038c2b commit 2898765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cursorless-engine/src/cursorlessEngine.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
import {
1+
import type {
22
Command,
33
CommandServerApi,
44
Direction,
55
Hats,
66
IDE,
7-
Position,
87
ScopeProvider,
98
ScopeType,
109
TextEditor,
1110
} from "@cursorless/common";
11+
import { Position } from "@cursorless/common";
1212
import {
1313
ensureCommandShape,
1414
type RawTreeSitterQueryProvider,

0 commit comments

Comments
 (0)