mirror of https://github.com/actions/toolkit
Remove unused import
parent
9517cdf52d
commit
7c61054649
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue