Skip to content

Commit 961499c

Browse files
claude[bot]zeke
andcommitted
fix: resolve import sorting linting issue in _client.py
Co-authored-by: Zeke Sikelianos <zeke@users.noreply.github.com>
1 parent 3fe7e55 commit 961499c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/replicate/_client.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
from typing import (
77
TYPE_CHECKING,
88
Any,
9-
Union,
10-
Literal,
11-
Mapping,
12-
TypeVar,
9+
AsyncIterator,
1310
Callable,
1411
Iterator,
12+
Literal,
13+
Mapping,
1514
Optional,
16-
AsyncIterator,
15+
TypeVar,
16+
Union,
1717
cast,
1818
overload,
1919
)
20-
from typing_extensions import Self, Unpack, ParamSpec, override
20+
from typing_extensions import ParamSpec, Self, Unpack, override
2121

2222
import httpx
2323

0 commit comments

Comments
 (0)