mirror of https://github.com/actions/cache.git
Fix remaining linter error
This commit is contained in:
parent
af3e500672
commit
bc1250c6eb
|
@ -1,8 +1,7 @@
|
|||
import * as core from "@actions/core";
|
||||
import * as io from "@actions/io";
|
||||
import * as glob from "@actions/glob";
|
||||
import * as io from "@actions/io";
|
||||
import * as fs from "fs";
|
||||
import * as os from "os";
|
||||
import * as path from "path";
|
||||
import * as util from "util";
|
||||
import * as uuidV4 from "uuid/v4";
|
||||
|
|
Loading…
Reference in New Issue