1
0
Fork 0

Remove unnecessary import

pull/1132/head
Lovepreet Singh 2022-07-14 08:18:09 +00:00 committed by GitHub
parent 2a37ee752b
commit 83bca5cb13
1 changed files with 0 additions and 1 deletions

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', () => {