Skip to content

Commit 696dda9

Browse files
Merge pull request #235909 from vmagelo/doc-fixes
Add missing part of import.
2 parents d0a820a + 0ac3bf8 commit 696dda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In this section, create a Python script to send events to the event hub that you
6565

6666
from azure.eventhub import EventData
6767
from azure.eventhub.aio import EventHubProducerClient
68-
from azure.identity import DefaultAzureCredential
68+
from azure.identity.aio import DefaultAzureCredential
6969

7070
EVENT_HUB_FULLY_QUALIFIED_NAMESPACE = "EVENT_HUB_FULLY_QUALIFIED_NAMESPACE"
7171
EVENT_HUB_NAME = "EVENT_HUB_NAME"

0 commit comments

Comments
 (0)