summaryrefslogtreecommitdiffstats
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-10-30 21:47:22 (GMT)
committerGitHub <noreply@github.com>2023-10-30 21:47:22 (GMT)
commit1675c25495846361ddacde3e4ee5272edcf219e3 (patch)
tree395640b1d0d7cdc624ba79130fd55c5397b8201a /.github/CODEOWNERS
parentca36426b1c67c61f57d163c3fada8d6337c070d9 (diff)
downloadcpython-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/CODEOWNERS2
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