1
0
Fork 0

Remove unused import

pull/1771/head
Robin Munn 2024-07-27 17:00:02 +07:00
parent 9517cdf52d
commit 7c61054649
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import * as stream from 'stream'
import * as archiver from 'archiver'
import * as core from '@actions/core'
import {createReadStream} from 'fs'
import {UploadZipSpecification} from './upload-zip-specification'
import {getUploadChunkSize} from '../shared/config'