Skip to content

Commit e341423

Browse files
committed
Fix imports after merge
1 parent e79140d commit e341423

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/runner/src/runner.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import {
1010
EventMessageData,
1111
HandshakeAcknowledgeMessageData,
1212
HasTopicInformation,
13-
HostClient,
1413
IComponent,
1514
IHostClient,
1615
IObjectLogger,
@@ -27,7 +26,6 @@ import { defer, promiseTimeout } from "@scramjet/utility";
2726

2827
import { HostClient as HostApiClient } from "@scramjet/api-client";
2928
import { ClientUtilsCustomAgent } from "@scramjet/client-utils";
30-
import { ManagerClient } from "@scramjet/manager-api-client";
3129

3230
import { BufferStream, DataStream, StringStream } from "scramjet";
3331

@@ -59,7 +57,6 @@ function onException(_error: Error) {
5957
process.once("beforeExit", onBeforeExit);
6058
process.once("uncaughtException", onException);
6159

62-
6360
// async function flushStream(source: Readable | undefined, target: Writable) {
6461
// if (!source) return;
6562

0 commit comments

Comments
 (0)