Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed Sep 5, 2023
1 parent d739f0e commit a6be206
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/fix.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit a6be206

Please sign in to comment.