Skip to content

Commit a05aec6

Browse files
authored
chore: remove unused imports (#431)
These imports were unused so I removed them
1 parent 47f1e2f commit a05aec6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sources/commands/Base.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import {Command, UsageError} from 'clipanion';
2-
import fs from 'fs';
32

43
import {PreparedPackageManagerInfo} from '../Engine';
54
import * as corepackUtils from '../corepackUtils';
65
import {Context} from '../main';
7-
import * as nodeUtils from '../nodeUtils';
86
import * as specUtils from '../specUtils';
97

108
export abstract class BaseCommand extends Command<Context> {

0 commit comments

Comments
 (0)