Skip to content

Commit 2ae9889

Browse files
nikit34claude
andcommitted
style: apply black formatting
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent eb39633 commit 2ae9889

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

telegram_mcp/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def _connect_authorized_client(label, client) -> None:
2828
except AuthKeyDuplicatedError:
2929
if attempt >= max_attempts:
3030
raise
31-
delay = min(2 ** attempt, 15)
31+
delay = min(2**attempt, 15)
3232
print(
3333
f"AuthKeyDuplicatedError connecting '{label}' (attempt "
3434
f"{attempt}/{max_attempts}): session in use from another IP. "

tests/test_session_pool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
from telegram_mcp import runner, runtime
77

8-
98
# --- _parse_session_pool -----------------------------------------------------
109

1110

0 commit comments

Comments
 (0)