We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68399e commit 31265fdCopy full SHA for 31265fd
pydis_core/utils/scheduling.py
@@ -10,7 +10,7 @@
10
11
from pydis_core.utils import logging
12
13
-_background_tasks = set[asyncio.Task]
+_background_tasks: set[asyncio.Task] = set()
14
15
16
class Scheduler:
0 commit comments