]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Remove myself from typing CODEOWNERS (GH-111523) (#111526)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Oct 2023 05:47:57 +0000 (06:47 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 05:47:57 +0000 (07:47 +0200)
Remove myself from typing CODEOWNERS (GH-111523)
(cherry picked from commit 804a207c168b876112984709edc3a94afa433c69)

Co-authored-by: Ken Jin <kenjin@python.org>
.github/CODEOWNERS

index 1b156c829cd9aad2ab1d6ac997a5a36daa500811..6c29ba321b923f4de7eef4a0954cbb1be7d4f303 100644 (file)
@@ -137,7 +137,7 @@ Lib/ast.py                    @isidentical
 
 **/*idlelib*                  @terryjreedy
 
-**/*typing*                   @gvanrossum @Fidget-Spinner @JelleZijlstra @AlexWaygood
+**/*typing*                   @gvanrossum @JelleZijlstra @AlexWaygood
 
 **/*asyncore                  @giampaolo
 **/*asynchat                  @giampaolo