mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -310,8 +310,7 @@ class ScheduledEvent(Hashable):
|
||||
status: EventStatus = ...,
|
||||
image: bytes = ...,
|
||||
reason: Optional[str] = ...,
|
||||
) -> ScheduledEvent:
|
||||
...
|
||||
) -> ScheduledEvent: ...
|
||||
|
||||
@overload
|
||||
async def edit(
|
||||
@ -327,8 +326,7 @@ class ScheduledEvent(Hashable):
|
||||
status: EventStatus = ...,
|
||||
image: bytes = ...,
|
||||
reason: Optional[str] = ...,
|
||||
) -> ScheduledEvent:
|
||||
...
|
||||
) -> ScheduledEvent: ...
|
||||
|
||||
@overload
|
||||
async def edit(
|
||||
@ -344,8 +342,7 @@ class ScheduledEvent(Hashable):
|
||||
image: bytes = ...,
|
||||
location: str,
|
||||
reason: Optional[str] = ...,
|
||||
) -> ScheduledEvent:
|
||||
...
|
||||
) -> ScheduledEvent: ...
|
||||
|
||||
@overload
|
||||
async def edit(
|
||||
@ -360,8 +357,7 @@ class ScheduledEvent(Hashable):
|
||||
status: EventStatus = ...,
|
||||
image: bytes = ...,
|
||||
reason: Optional[str] = ...,
|
||||
) -> ScheduledEvent:
|
||||
...
|
||||
) -> ScheduledEvent: ...
|
||||
|
||||
@overload
|
||||
async def edit(
|
||||
@ -376,8 +372,7 @@ class ScheduledEvent(Hashable):
|
||||
image: bytes = ...,
|
||||
location: str,
|
||||
reason: Optional[str] = ...,
|
||||
) -> ScheduledEvent:
|
||||
...
|
||||
) -> ScheduledEvent: ...
|
||||
|
||||
async def edit(
|
||||
self,
|
||||
|
Reference in New Issue
Block a user