Skip to content

Commit 57a7d6f

Browse files
committed
Fix import.
1 parent 30e2c0a commit 57a7d6f

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)