From f14409cea9dcae530b04bfe51e17b978264a3143 Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 7 Jan 2020 09:53:33 -0800 Subject: [PATCH] fix(lint): remove WKTargetSessionEvents from wkTarget.ts (#396) --- src/webkit/wkTarget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webkit/wkTarget.ts b/src/webkit/wkTarget.ts index d0e5772bc2..244dcce724 100644 --- a/src/webkit/wkTarget.ts +++ b/src/webkit/wkTarget.ts @@ -18,7 +18,7 @@ import { BrowserContext } from '../browserContext'; import { Page } from '../page'; import { Protocol } from './protocol'; -import { WKTargetSession, WKTargetSessionEvents } from './wkConnection'; +import { WKTargetSession } from './wkConnection'; import { WKPage } from './wkPage'; import { WKBrowser } from './wkBrowser';