Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 4abeb1c

Browse files
authored
fix(storage): remove docstring of retrun in reload method (#78)
1 parent 98684b8 commit 4abeb1c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

google/cloud/storage/notification.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,6 @@ def reload(self, client=None, timeout=_DEFAULT_TIMEOUT):
326326
Can also be passed as a tuple (connect_timeout, read_timeout).
327327
See :meth:`requests.Session.request` documentation for details.
328328
329-
:rtype: bool
330-
:returns: True, if the notification exists, else False.
331329
:raises ValueError: if the notification has no ID.
332330
"""
333331
if self.notification_id is None:

0 commit comments

Comments
 (0)