diff --git a/common/src/zygote.ts b/common/src/zygote.ts index a3f3b7c86c..41fae4badb 100644 --- a/common/src/zygote.ts +++ b/common/src/zygote.ts @@ -1,5 +1,4 @@ import sdk, { PluginFork } from '@scrypted/sdk'; -import worker_threads from 'worker_threads'; import { createAsyncQueue } from './async-queue'; import os from 'os';