gh-91243: Update authors for Required[] and NotRequired[] implementation (GH-91506)

This commit is contained in:
David Foster 2022-04-13 10:52:19 -04:00 committed by GitHub
parent 63a032270e
commit dfbc792a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,2 @@
Implement ``typing.Required`` and ``typing.NotRequired`` (:pep:`655`). Patch
by Jelle Zijlstra.
by David Foster and Jelle Zijlstra.