From 54c3a38254df165398dad6158bf6ab0305885c42 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Tue, 4 Oct 2022 09:08:20 -0400 Subject: [PATCH] Fix lint Signed-off-by: Sebastian Malton --- integration/helpers/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/integration/helpers/utils.ts b/integration/helpers/utils.ts index 9afe4e7819..3054d44a08 100644 --- a/integration/helpers/utils.ts +++ b/integration/helpers/utils.ts @@ -11,7 +11,6 @@ import type { ElectronApplication, Frame, Page } from "playwright"; import { _electron as electron } from "playwright"; import { noop } from "lodash"; import { disposer } from "../../src/common/utils"; -import { Writable } from "stream"; export const appPaths: Partial> = { "win32": "./dist/win-unpacked/OpenLens.exe",