Uh oh!
There was an error while loading. Please reload this page.
Update README.rst - #1805
Conversation
Returns ```None```:
```python
blob = bucket.get_blob('/remote/path/to/file.txt')
```
Returns blob:
```python
blob = bucket.get_blob('remote/path/to/file.txt')
```googlebot
commented
May 17, 2016
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
tseaver
commented
May 17, 2016
LGTM. @jgeewax this is certainly not an issue where copyright assignment would matter: do we need to wait for CLA to be happy before merging? |
davidraleigh
commented
May 17, 2016
I signed it! |
googlebot
commented
May 17, 2016
CLAs look good, thanks! |
tseaver
commented
May 17, 2016
Thank you for the patch! |
jgeewax
commented
May 19, 2016
@dhermes : In general, the safe bet is to get a CLA signed on everything. I agree it seems silly to require this for things like typo fixes, but it's still important. |
* fix: fix type error in credentials.py for python 3.7 and 3.8 * fix linting error
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Shuowei Li <shuowei@google.com>
Returns
None:Returns blob: