Skip to content

Commit 8161ab9

Browse files
authored
Merge pull request #561 from spslater/master
Add missing cast import from typing library
2 parents c25e2a2 + a1818f5 commit 8161ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/ext/tasks/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
Type,
3838
TypeVar,
3939
Union,
40+
cast,
4041
)
4142

4243
import aiohttp

0 commit comments

Comments
 (0)