diff --git a/Lib/asyncio/taskgroups.py b/Lib/asyncio/taskgroups.py index 097b4864f7ab98..5e34d12edba220 100644 --- a/Lib/asyncio/taskgroups.py +++ b/Lib/asyncio/taskgroups.py @@ -1,4 +1,4 @@ -# Adapted with permission from the EdgeDB project. +# Licensed to PSF from the EdgeDB project. __all__ = ["TaskGroup"]