Skip to content

Commit 415ecb4

Browse files
Remove unused import
1 parent e27de55 commit 415ecb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-engine/src/processTargets/modifiers/ExpandToFullLineStage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ExpandToFullLineModifier } from "@cursorless/common";
22
import type { Target } from "../../typings/target.types";
33
import { expandToFullLine } from "../../util/rangeUtils";
44
import type { ModifierStage } from "../PipelineStages.types";
5-
import { LineTarget, RawSelectionTarget } from "../targets";
5+
import { LineTarget } from "../targets";
66

77
export class ExpandToFullLineStage implements ModifierStage {
88
constructor(private modifier: ExpandToFullLineModifier) {}

0 commit comments

Comments
 (0)