From 420725a8c38e643e8572ce7d185df19fcd0a4499 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 3 Aug 2024 00:28:54 +0530 Subject: [PATCH] chore: remove unused import --- maxun-core/src/interpret.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index a3f3b1cc..00fa4aa7 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -1,5 +1,5 @@ /* eslint-disable no-await-in-loop, no-restricted-syntax */ -import { Page, PageScreenshotOptions, BrowserContextOptions } from 'playwright'; +import { Page, PageScreenshotOptions } from 'playwright'; import path from 'path'; import { EventEmitter } from 'events';