remove unused import
This commit is contained in:
parent
a87a64d3b9
commit
aadaebb8ed
|
|
@ -15,7 +15,6 @@
|
|||
*/
|
||||
|
||||
import { EventEmitter } from 'events';
|
||||
import { assert } from '../../utils';
|
||||
import type { ConnectionTransport, ProtocolRequest, ProtocolResponse } from '../transport';
|
||||
import type { RecentLogsCollector } from '../../utils/debugLogger';
|
||||
import { debugLogger } from '../../utils/debugLogger';
|
||||
|
|
|
|||
Loading…
Reference in a new issue