We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018795f commit 2f28e9fCopy full SHA for 2f28e9f
1 file changed
gcloud/storage/iterator.py
@@ -75,8 +75,8 @@ def has_next_page(self):
75
def get_query_params(self):
76
"""Getter for query parameters for the next request.
77
78
- :rtype: dict or None
79
- :returns: A dictionary of query parameters or None if there are none.
+ :rtype: dict
+ :returns: A dictionary of query parameters.
80
"""
81
result = ({self.PAGE_TOKEN: self.next_page_token}
82
if self.next_page_token else {})
0 commit comments