[ci] format

This commit is contained in:
matthewp 2022-09-22 18:50:12 +00:00 committed by fredkbot
parent 5e4c5252bd
commit d2853ebe66

View file

@ -1,14 +1,12 @@
import { bootstrap as bootstrapGlobalAgent } from 'global-agent'
import type { RequestInit } from 'node-fetch' import type { RequestInit } from 'node-fetch'
import { default as nodeFetch, Headers, Request, Response } from 'node-fetch' import { default as nodeFetch, Headers, Request, Response } from 'node-fetch'
import Stream from 'node:stream' import Stream from 'node:stream'
import * as _ from './utils' import * as _ from './utils'
import {
bootstrap as bootstrapGlobalAgent
} from 'global-agent';
bootstrapGlobalAgent({ bootstrapGlobalAgent({
environmentVariableNamespace: '', environmentVariableNamespace: '',
}); })
export { Headers, Request, Response } export { Headers, Request, Response }