fix(lint): remove WKTargetSessionEvents from wkTarget.ts (#396)
This commit is contained in:
parent
a4919b7e1e
commit
f14409cea9
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue