Skip to content

Commit b96348a

Browse files
Remove unused imports
1 parent 3af302a commit b96348a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cache-utils.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import * as core from '@actions/core';
22
import * as exec from '@actions/exec';
3-
import os from 'os';
4-
import path from 'path';
53

64
type SupportedPackageManagers = {
75
[prop: string]: PackageManagerInfo;

0 commit comments

Comments
 (0)