Skip to content

Commit 4843e94

Browse files
committed
Add TaskGroupError to __all__
1 parent 500581e commit 4843e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/asyncio/taskgroups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818

1919

20-
__all__ = ["TaskGroup"]
20+
__all__ = ["TaskGroup", "TaskGroupError"]
2121

2222
import asyncio
2323
import itertools

0 commit comments

Comments
 (0)