Skip to content

Commit

Permalink
Re-add docstring line lost in conflict resolution.
Browse files Browse the repository at this point in the history
Addresses:
#1590 (comment)
  • Loading branch information
tseaver committed Mar 14, 2016
1 parent 02eecd1 commit f1ca149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcloud/logging/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def list_metrics(self, page_size=None, page_token=None):
:returns: list of :class:`gcloud.logging.metric.Metric`, plus a
"next page token" string: if not None, indicates that
more metrics can be retrieved with another call (pass that
value as ``page_token``).
"""
params = {}

Expand Down

0 comments on commit f1ca149

Please sign in to comment.