commit | b6fb0783c30a6f73aad72864b0f32ff2dc45bfce | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Fri Dec 07 11:12:48 2018 -0500 |
committer | GitHub <noreply@github.com> | Fri Dec 07 11:12:48 2018 -0500 |
tree | 1b9b6ded651966fc61d402aae8dbf7abdec45ad6 | |
parent | 045a92d72059f7db1c650268cb873ef3beb9ab74 [diff] |
API Core: fix pytype build (#6873) * Run 'pytype' only over the 'google/' directory. * Ignore 'pytype_output/' derived files. * Remove spurious 'MutableMapping.register' call. 'pytype' chokes on it, but the 'Policy' class already derives from 'MutableMapping', so the call is a no-op. * Silence deprecation spew during IAM unit tests.