Skip to content

Commit

Permalink
fix(storage): remove docstring of retrun in reload method (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn committed Mar 5, 2020
1 parent 98684b8 commit 4abeb1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google/cloud/storage/notification.py
Expand Up @@ -326,8 +326,6 @@ def reload(self, client=None, timeout=_DEFAULT_TIMEOUT):
Can also be passed as a tuple (connect_timeout, read_timeout).
See :meth:`requests.Session.request` documentation for details.
:rtype: bool
:returns: True, if the notification exists, else False.
:raises ValueError: if the notification has no ID.
"""
if self.notification_id is None:
Expand Down

0 comments on commit 4abeb1c

Please sign in to comment.