1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-19 19:46:17 +02:00

Remove unused import

This commit is contained in:
Josh Gross 2019-11-13 16:04:59 -05:00
parent 430e461169
commit 1821729eb0

View file

@ -1,5 +1,4 @@
import * as core from "@actions/core";
import * as fs from "fs";
import * as os from "os";
import * as path from "path";