mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -101,8 +101,8 @@ class BaseUser(_UserTag):
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return (
|
||||
f"<BaseUser id={self.id} name={self.name!r} global_name={self.global_name!r}"
|
||||
f" bot={self.bot} system={self.system}>"
|
||||
f'<BaseUser id={self.id} name={self.name!r} global_name={self.global_name!r}'
|
||||
f' bot={self.bot} system={self.system}>'
|
||||
)
|
||||
|
||||
def __str__(self) -> str:
|
||||
|
Reference in New Issue
Block a user