aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient/_helpers.py
AgeCommit message (Collapse)Author
2021-07-23fix: drop six dependency (#1452)Anthonios Partheniou
Fixes #1446 🦕
2020-05-18docs: fix typo in positional method docstring (#906)Pramod Kotipalli
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #905 🦕
2019-10-30chore: blacken (#772)Bu Sun Kim
2018-04-26Remove oauth2client._helpers dependency (#493)Helen Koike