Skip to content

Commit

Permalink
chore: remove unused imports (#431)
Browse files Browse the repository at this point in the history
These imports were unused so I removed them
  • Loading branch information
styfle committed Mar 16, 2024
1 parent 47f1e2f commit a05aec6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sources/commands/Base.ts
@@ -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> {
Expand Down

0 comments on commit a05aec6

Please sign in to comment.