mirror of https://github.com/actions/toolkit
remove imports as well
parent
58890d888d
commit
91f0c9b7d0
|
@ -1,7 +1,5 @@
|
||||||
import {ok} from 'assert'
|
import {ok} from 'assert'
|
||||||
import * as childProcess from 'child_process'
|
|
||||||
import * as path from 'path'
|
import * as path from 'path'
|
||||||
import {promisify} from 'util'
|
|
||||||
import * as ioUtil from './io-util'
|
import * as ioUtil from './io-util'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue