Skip to content

Commit 31265fd

Browse files
Amrou BellalounaAmrou Bellalouna
authored andcommitted
fix instantiation of bg tasks set
1 parent f68399e commit 31265fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_core/utils/scheduling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from pydis_core.utils import logging
1212

13-
_background_tasks = set[asyncio.Task]
13+
_background_tasks: set[asyncio.Task] = set()
1414

1515

1616
class Scheduler:

0 commit comments

Comments
 (0)