Skip to content

Commit c64c0f2

Browse files
committed
Appease pep8.
1 parent c3fe56d commit c64c0f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gcloud/pubsub/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ def list_topics(page_size=None, page_token=None,
5858

5959

6060
def list_subscriptions(page_size=None, page_token=None, topic_name=None,
61-
project=None, connection=None,
62-
):
61+
project=None, connection=None):
6362
"""List subscriptions for a given project.
6463
6564
:type page_size: int

0 commit comments

Comments
 (0)