Skip to content

Commit

Permalink
Appease pep8.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 18, 2015
1 parent c3fe56d commit c64c0f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gcloud/pubsub/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ def list_topics(page_size=None, page_token=None,


def list_subscriptions(page_size=None, page_token=None, topic_name=None,
project=None, connection=None,
):
project=None, connection=None):
"""List subscriptions for a given project.
:type page_size: int
Expand Down

0 comments on commit c64c0f2

Please sign in to comment.