Skip to content

Commit b6e9594

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 961499c commit b6e9594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replicate/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
import os
66
from typing import (
7-
TYPE_CHECKING,
87
Any,
98
AsyncIterator,
109
Callable,
1110
Iterator,
1211
Literal,
1312
Mapping,
1413
Optional,
14+
TYPE_CHECKING,
1515
TypeVar,
1616
Union,
1717
cast,

0 commit comments

Comments
 (0)