1
0
Fork 0

remove imports as well

pull/1344/head
Cory Miller 2023-02-23 16:03:16 +00:00
parent 58890d888d
commit 91f0c9b7d0
1 changed files with 0 additions and 2 deletions

View File

@ -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'
/** /**