From a6be206d1569d1fbaf00b8e129fe190c8ca7b133 Mon Sep 17 00:00:00 2001 From: Lynn Date: Tue, 5 Sep 2023 23:03:20 +0200 Subject: [PATCH] Remove unused imports --- src/fix.ts | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/fix.ts b/src/fix.ts index 6a96d9a..7a867a4 100644 --- a/src/fix.ts +++ b/src/fix.ts @@ -1,12 +1,5 @@ -import { entryArity } from './dictionary'; -import { analyzeSerial, getFrame } from './serial'; -import { - CovertValue, - StrictTree, - Tree, - assertBranch, - assertLeaf, -} from './tree'; +import { analyzeSerial } from './serial'; +import { CovertValue, StrictTree, Tree, assertLeaf } from './tree'; interface Quantification { quantifier: CovertValue;