mirror of
https://github.com/actions/cache.git
synced 2025-06-28 05:33:46 +00:00
Fix remaining linter error
This commit is contained in:
parent
af3e500672
commit
bc1250c6eb
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue