Remove unnecessary import

This commit is contained in:
Lovepreet Singh 2022-07-14 08:18:09 +00:00 committed by GitHub
parent 2a37ee752b
commit 83bca5cb13

View File

@ -1,6 +1,5 @@
import {promises as fs} from 'fs'
import * as path from 'path'
import { coerce } from 'semver'
import * as cacheUtils from '../src/internal/cacheUtils'
test('getArchiveFileSizeInBytes returns file size', () => {