Skip to content

Commit 0a7ce4c

Browse files
committed
post-rebase fixups
1 parent 6fffd99 commit 0a7ce4c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/lang/KclManager.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ import {
6060
setSelectionFilter,
6161
setSelectionFilterToDefault,
6262
} from '@src/lib/selectionFilterUtils'
63-
import {
64-
history,
65-
historyField,
66-
redoDepth,
67-
undoDepth,
68-
} from '@codemirror/commands'
63+
import { history, redoDepth, undoDepth } from '@codemirror/commands'
6964
import { syntaxTree } from '@codemirror/language'
7065
import type { Diagnostic } from '@codemirror/lint'
7166
import { forEachDiagnostic, setDiagnosticsEffect } from '@codemirror/lint'

0 commit comments

Comments
 (0)