refactor(#10336): remove unused imports

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-20 14:58:24 +09:00
parent 0dcb99df19
commit a19c560e7b
No known key found for this signature in database
GPG Key ID: 3E87B98A3F6BAB99
1 changed files with 1 additions and 1 deletions

View File

@ -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';