From 673fd95bbd66fd380b36e38d2b2f99a1885b1e35 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 1 Aug 2024 13:37:06 -0700 Subject: [PATCH] common: remove import --- common/src/zygote.ts | 1 - 1 file changed, 1 deletion(-) 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';