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