Update browserContext.ts

This commit is contained in:
Max Schmitt 2024-08-22 15:19:15 +02:00 committed by GitHub
parent aa838ecbb4
commit a34a810b59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,6 @@
* limitations under the License.
*/
import * as os from 'os';
import { TimeoutSettings } from '../common/timeoutSettings';
import { createGuid, debugMode } from '../utils';
import { mkdirIfNeeded } from '../utils/fileUtils';