mirror of https://github.com/nodejs/corepack.git
chore: remove unused imports (#431)
These imports were unused so I removed them
This commit is contained in:
parent
47f1e2fadc
commit
a05aec69ff
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue