Skip to content

Commit f4f07c0

Browse files
committed
Remove custom implementation of __repr__
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent f5fc9b0 commit f4f07c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

replicate/helpers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ async def __aiter__(self) -> AsyncIterator[bytes]:
145145
def __str__(self) -> str:
146146
return self.url
147147

148-
def __repr__(self) -> str:
149-
return self.url
150-
151148

152149
def transform_output(value: Any, client: "Client") -> Any:
153150
def transform(obj: Any) -> Any:

0 commit comments

Comments
 (0)