chore: fix lint

This commit is contained in:
Andrey Lushnikov 2023-05-12 13:04:11 -07:00
parent eea7a8e638
commit bf1aba885b

View File

@ -16,7 +16,7 @@
*/
import { kBrowserClosedError } from '../../common/errors';
import { assert, getAsBooleanFromENV } from '../../utils';
import { assert } from '../../utils';
import type { BrowserOptions } from '../browser';
import { Browser } from '../browser';
import { assertBrowserContextIsNotOwned, BrowserContext, verifyGeolocation } from '../browserContext';