From b0afa0845936a49848fc284fbf9aa7206df26867 Mon Sep 17 00:00:00 2001 From: Imran Ismail Date: Fri, 25 Sep 2020 12:58:37 +0800 Subject: [PATCH] Remove unused import --- __tests__/main.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts index aa80dd0..39d51fd 100644 --- a/__tests__/main.test.ts +++ b/__tests__/main.test.ts @@ -10,7 +10,6 @@ process.env['RUNNER_TOOL_CACHE'] = toolDir process.env['RUNNER_TEMP'] = tempDir import * as installer from '../src/installer' -import * as semver from 'semver' const IS_WINDOWS = os.platform() === 'win32'