diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-07-13 16:18:58 -0700 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2017-07-13 16:19:17 -0700 |
commit | 76a316cb1f83cf11657410f1ba75e9f3586aa49d (patch) | |
tree | becc60453a74ac2e58f1b2b86e793441954344dc | |
parent | e6fb12fd96cac6c3607e23bdaf079048fc0e538d (diff) |
Add `set noparent` to Python OWNER files
-rw-r--r-- | examples/python/OWNERS | 2 | ||||
-rw-r--r-- | src/python/OWNERS | 2 | ||||
-rw-r--r-- | tools/distrib/python/OWNERS | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/examples/python/OWNERS b/examples/python/OWNERS index 436432916b..ea3909e0a3 100644 --- a/examples/python/OWNERS +++ b/examples/python/OWNERS @@ -1,3 +1,5 @@ +set noparent + @nathanielmanistaatgoogle @kpayson64 @mehrdada diff --git a/src/python/OWNERS b/src/python/OWNERS index 436432916b..ea3909e0a3 100644 --- a/src/python/OWNERS +++ b/src/python/OWNERS @@ -1,3 +1,5 @@ +set noparent + @nathanielmanistaatgoogle @kpayson64 @mehrdada diff --git a/tools/distrib/python/OWNERS b/tools/distrib/python/OWNERS index 436432916b..ea3909e0a3 100644 --- a/tools/distrib/python/OWNERS +++ b/tools/distrib/python/OWNERS @@ -1,3 +1,5 @@ +set noparent + @nathanielmanistaatgoogle @kpayson64 @mehrdada |