Remove unused imports

This commit is contained in:
Jacob Gillespie 2021-07-15 12:46:07 +01:00
parent 3af302a4f2
commit b96348a4e9
No known key found for this signature in database
GPG Key ID: 52D71192EF3DBDD9

View File

@ -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;