1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-14 15:45:43 +02:00

refactor(#10336): remove unused imports

This commit is contained in:
Acid Chicken (硫酸鶏)
2023-03-20 14:58:24 +09:00
parent 0dcb99df19
commit a19c560e7b

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