more lint

This commit is contained in:
Simon Knott 2025-01-27 12:12:59 +01:00
parent 7444a763b8
commit f0e54a4519
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -22,7 +22,6 @@ import { assert } from '../utils';
import { ManualPromise } from '../utils/manualPromise';
import { SdkObject } from './instrumentation';
import type { HeadersArray, NameValue } from '../common/types';
import type { BrowserContextAPIRequestContext } from './fetch';
import { APIRequestContext } from './fetch';
import type { NormalizedContinueOverrides } from './types';
import { BrowserContext } from './browserContext';