From 954f44cdbc0ddea36bf7392164609ede5195d5c9 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 26 Oct 2024 07:52:00 -0700 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 221008717b29b1..e929ac8c474b2f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,7 +17,7 @@ Makefile.pre.in @erlend-aasland Modules/Setup* @erlend-aasland # asyncio -**/*asyncio* @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc +**/*asyncio* @1st1 @asvetlov @kumaraditya303 @willingc # Core **/*context* @1st1 @@ -281,4 +281,4 @@ Lib/test/test_configparser.py @jaraco # Doc sections Doc/reference/ @willingc -**/*weakref* @kumaraditya303 \ No newline at end of file +**/*weakref* @kumaraditya303