Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jul 15, 2021
1 parent 3af302a commit b96348a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cache-utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import * as core from '@actions/core';
import * as exec from '@actions/exec';
import os from 'os';
import path from 'path';

type SupportedPackageManagers = {
[prop: string]: PackageManagerInfo;
Expand Down

0 comments on commit b96348a

Please sign in to comment.