fix(lint): remove WKTargetSessionEvents from wkTarget.ts (#396)

This commit is contained in:
Joel Einbinder 2020-01-07 09:53:33 -08:00 committed by Yury Semikhatsky
parent a4919b7e1e
commit f14409cea9

View File

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