diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-10-30 21:47:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 21:47:22 (GMT) |
commit | 1675c25495846361ddacde3e4ee5272edcf219e3 (patch) | |
tree | 395640b1d0d7cdc624ba79130fd55c5397b8201a /.github/CODEOWNERS | |
parent | ca36426b1c67c61f57d163c3fada8d6337c070d9 (diff) | |
download | cpython-1675c25495846361ddacde3e4ee5272edcf219e3.zip cpython-1675c25495846361ddacde3e4ee5272edcf219e3.tar.gz cpython-1675c25495846361ddacde3e4ee5272edcf219e3.tar.bz2 |
[3.12] Remove myself from typing CODEOWNERS (GH-111523) (#111525)
Co-authored-by: Ken Jin <kenjin@python.org>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 913de4e..f758482 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -142,7 +142,7 @@ Lib/ast.py @isidentical **/*idlelib* @terryjreedy -**/*typing* @gvanrossum @Fidget-Spinner @JelleZijlstra @AlexWaygood +**/*typing* @gvanrossum @JelleZijlstra @AlexWaygood **/*ftplib @giampaolo **/*shutil @giampaolo |