Skip to content

Commit 31b639a

Browse files
authored
Drop myself from pathlib maintenance (#100757)
1 parent 7f1eefc commit 31b639a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/CODEOWNERS

+1-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Python/traceback.c @iritkatriel
6363
# bytecode.
6464
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
6565
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
66-
**/*importlib/resources/* @jaraco @warsaw @brettcannon @FFY00
66+
**/*importlib/resources/* @jaraco @warsaw @FFY00
6767
**/importlib/metadata/* @jaraco @warsaw
6868

6969
# Dates and times
@@ -152,8 +152,5 @@ Lib/ast.py @isidentical
152152
/Mac/ @python/macos-team
153153
**/*osx_support* @python/macos-team
154154

155-
# pathlib
156-
**/*pathlib* @brettcannon
157-
158155
# zipfile.Path
159156
**/*zipfile/*_path.py @jaraco

0 commit comments

Comments
 (0)