fix(lint): remove WKTargetSessionEvents from wkTarget.ts

This commit is contained in:
Joel Einbinder 2020-01-06 18:35:06 -08:00
parent e826a4d3f4
commit b1f2061037

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