From 2818fdcacf3efc04aa7196bf3da92c74e4eee708 Mon Sep 17 00:00:00 2001 From: Oran Avraham Date: Mon, 27 Jun 2022 21:08:45 +0300 Subject: [PATCH] Remove unused import --- src/cache-distributions/poetry-cache.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cache-distributions/poetry-cache.ts b/src/cache-distributions/poetry-cache.ts index 5e22b5dd7..8489ed33e 100644 --- a/src/cache-distributions/poetry-cache.ts +++ b/src/cache-distributions/poetry-cache.ts @@ -1,5 +1,4 @@ import * as glob from '@actions/glob'; -import * as os from 'os'; import * as path from 'path'; import * as exec from '@actions/exec';