Skip to content

Commit 65e243b

Browse files
committed
remove unused import
1 parent bfe3958 commit 65e243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/translator/verb.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Output } from "../output.ts";
33
import { settings } from "../settings.ts";
44
import * as English from "./ast.ts";
55
import { Word } from "./ast.ts";
6-
import { condense, CONJUNCTION } from "./misc.ts";
6+
import { condense } from "./misc.ts";
77
import { noun } from "./noun.ts";
88
import { nounAsPreposition } from "./preposition.ts";
99
import { unemphasized, word } from "./word.ts";

0 commit comments

Comments
 (0)