chore: remove unused import

This commit is contained in:
karishmas6
2024-08-03 00:28:54 +05:30
parent 142bdaa3a6
commit 420725a8c3

View File

@@ -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';