Skip to content

Commit 1784d39

Browse files
remove CommonParams.priority
1 parent 36be772 commit 1784d39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/asyncpygame/_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ async def some_func(**kwargs: Unpack[CommonParams]):
2929
clock: Clock
3030
pygame_clock: pygame.time.Clock
3131
draw_target: Surface
32-
priority: int
3332

3433

3534
async def capture_current_frame(executor: PriorityExecutor, priority, source: Surface) -> Awaitable[Surface]:

0 commit comments

Comments
 (0)