mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 01:46:08 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -278,8 +278,7 @@ class ParameterAlias(Protocol):
|
||||
description: str = empty,
|
||||
displayed_default: str = empty,
|
||||
displayed_name: str = empty,
|
||||
) -> Any:
|
||||
...
|
||||
) -> Any: ...
|
||||
|
||||
|
||||
param: ParameterAlias = parameter
|
||||
|
Reference in New Issue
Block a user