Unroll import-team in CODEOWNERS (#13118)

This commit is contained in:
Brett Cannon 2019-05-06 13:44:49 -04:00 committed by GitHub
parent 1a2252ed39
commit 678bb9d1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.github/CODEOWNERS vendored
View File

@ -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