gh-95724: Clarify taskgroups.py license. (#95847)

This commit is contained in:
Yury Selivanov 2022-08-11 16:12:06 -07:00 committed by GitHub
parent e6623e7083
commit 7da4937748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# Adapted with permission from the EdgeDB project.
# Adapted with permission from the EdgeDB project;
# license: PSFL.
__all__ = ["TaskGroup"]

View File

@ -1,4 +1,5 @@
# Adapted with permission from the EdgeDB project.
# Adapted with permission from the EdgeDB project;
# license: PSFL.
import asyncio