Skip to content

Commit 2de81b5

Browse files
vmageloscottaddie
andauthored
Update articles/event-hubs/event-hubs-python-get-started-send.md
Co-authored-by: Scott Addie <[email protected]>
1 parent 17b4b6a commit 2de81b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/event-hubs/event-hubs-python-get-started-send.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ In this section, you create a Python script to receive events from your event hu
300300
# that it has already read when you run it next time.
301301
await partition_context.update_checkpoint(event)
302302

303-
304303
async def main():
305304
# Create an Azure blob checkpoint store to store the checkpoints.
306305
checkpoint_store = BlobCheckpointStore.from_connection_string(

0 commit comments

Comments
 (0)