Skip to content

Commit ecc8baf

Browse files
egavrindevagent
andcommitted
style(runtime): sort fetch-url imports
Co-Authored-By: devagent <devagent@egavrin>
1 parent 4b557a0 commit ecc8baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/runtime/src/tools/builtins/fetch-url.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import { mkdir, writeFile } from "node:fs/promises";
99
import { tmpdir } from "node:os";
1010
import { extname, join } from "node:path";
1111

12-
import { createProxyAwareFetch as createCoreProxyAwareFetch } from "../../core/proxy-fetch.js";
1312
import { ToolError, extractErrorMessage } from "../../core/errors.js";
13+
import { createProxyAwareFetch as createCoreProxyAwareFetch } from "../../core/proxy-fetch.js";
1414
import type { FetchFn, ProxyAwareFetchOptions } from "../../core/proxy-fetch.js";
1515
import type { ToolSpec } from "../../core/types.js";
1616

0 commit comments

Comments
 (0)