Skip to content

Commit 61ad124

Browse files
Review fix
1 parent 3d12e9c commit 61ad124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sw_utils/consensus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _format_uri(self, uri: str):
158158
if len(uri) <= max_len:
159159
return uri
160160

161-
return f'{uri[:max_len]}...[cropped]'
161+
return f'{uri[:max_len]}...'
162162

163163
async def _async_make_get_request_inner(self, endpoint_uri: str) -> dict[str, Any]:
164164
for i, url in enumerate(self.base_urls):

0 commit comments

Comments
 (0)