summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorBrett Cannon <54418+brettcannon@users.noreply.github.com>2019-05-06 17:44:49 (GMT)
committerGitHub <noreply@github.com>2019-05-06 17:44:49 (GMT)
commit678bb9d1b51d46801d10f8e35585a369aca1c593 (patch)
tree248f01eeead84490765b814dd0ab540b56cbbbb9 /.github
parent1a2252ed39bc1b71cdaa935d7726d82909af93ab (diff)
downloadcpython-678bb9d1b51d46801d10f8e35585a369aca1c593.zip
cpython-678bb9d1b51d46801d10f8e35585a369aca1c593.tar.gz
cpython-678bb9d1b51d46801d10f8e35585a369aca1c593.tar.bz2
Unroll import-team in CODEOWNERS (#13118)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 9b7a403..fae5138 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -26,8 +26,8 @@ Objects/dict* @methane
# Ignoring importlib.h so as to not get flagged on
# all pull requests that change the emitted
# bytecode.
-**/*import*.c @python/import-team
-**/*import*.py @python/import-team
+**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
+**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
# SSL