Skip to content

Commit 013a1cf

Browse files
committed
Fix typo
1 parent d7c511d commit 013a1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
self.auto_close_task = None
4444

4545
def __repr__(self):
46-
return f'Thread(recipient="{self.recipient or self.id}", ' f"channel={self.channel.id})"
46+
return f'Thread(recipient="{self.recipient or self.id}", channel={self.channel.id})'
4747

4848
async def wait_until_ready(self) -> None:
4949
"""Blocks execution until the thread is fully set up."""

0 commit comments

Comments
 (0)