Skip to content

Commit e0c2425

Browse files
committed
Fix linting
1 parent 869ca46 commit e0c2425

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/language/printer.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import type { ASTNode } from './ast';
44
import { printBlockString } from './blockString';
55
import { Kind } from './kinds';
66
import { printString } from './printString';
7-
import type { ASTReducer } from './visitor';
87
import { visit } from './visitor';
98

109
/**

0 commit comments

Comments
 (0)