Skip to content

Commit 17b4b6a

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

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
@@ -319,7 +319,6 @@ In this section, you create a Python script to receive events from your event hu
319319
# partition (starting_position: "-1")
320320
await client.receive(on_event=on_event, starting_position="-1")
321321

322-
323322
if __name__ == "__main__":
324323
loop = asyncio.get_event_loop()
325324
# Run the main method.

0 commit comments

Comments
 (0)