Skip to content

Commit 2bab015

Browse files
committed
remove unneeded import
1 parent 1fb031d commit 2bab015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/lib/break-quarto-md.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Copyright (C) 2021-2022 Posit Software, PBC
88
*/
99

10-
import { lineOffsets, lines } from "./text.ts";
10+
import { lineOffsets } from "./text.ts";
1111
import { Range, rangedLines, RangedSubstring } from "./ranged-text.ts";
1212
import {
1313
asMappedString,

0 commit comments

Comments
 (0)