chore: remove unused imports (#431)

These imports were unused so I removed them
This commit is contained in:
Steven 2024-03-16 12:21:20 -04:00 committed by GitHub
parent 47f1e2fadc
commit a05aec69ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -1,10 +1,8 @@
import {Command, UsageError} from 'clipanion';
import fs from 'fs';
import {PreparedPackageManagerInfo} from '../Engine';
import * as corepackUtils from '../corepackUtils';
import {Context} from '../main';
import * as nodeUtils from '../nodeUtils';
import * as specUtils from '../specUtils';
export abstract class BaseCommand extends Command<Context> {