Skip to content

Commit 030f72f

Browse files
committed
Remove unused snippet markers.
1 parent 0fe6657 commit 030f72f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/pubsub_snippets.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ def topic_create(client, to_delete):
9393
def topic_exists(client, to_delete):
9494
"""Test existence of a topic."""
9595
TOPIC_NAME = 'topic_exists-%d' % (_millis(),)
96-
97-
# [START client_topic]
9896
topic = client.topic(TOPIC_NAME)
99-
# [END client_topic]
100-
10197
to_delete.append(topic)
10298

10399
# [START topic_exists]

0 commit comments

Comments
 (0)