Skip to content

Commit 94f08d3

Browse files
author
Jianke LIN
committed
test(streamable-http): apply ruff import order
1 parent e0ec578 commit 94f08d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/client/test_streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import base64
1010
import json
1111
from collections.abc import AsyncIterator, Callable, Mapping
12-
from typing import Any
1312
from types import SimpleNamespace
13+
from typing import Any
1414

1515
import anyio
1616
import httpx

0 commit comments

Comments
 (0)