refactor(#10336): remove unused imports
This commit is contained in:
parent
0dcb99df19
commit
a19c560e7b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as fs from 'node:fs/promises';
|
||||
import { basename, dirname, join } from 'node:path/posix';
|
||||
import { basename, dirname } from 'node:path/posix';
|
||||
import { promisify } from 'node:util';
|
||||
import { generate } from 'astring';
|
||||
import type * as estree from 'estree';
|
||||
|
|
Loading…
Reference in a new issue