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