Skip to content

Commit 0a81293

Browse files
committed
Fixed formatting in agent_notification_activity.py
1 parent f4dfb0f commit 0a81293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/microsoft-agents-a365-notifications/microsoft_agents_a365/notifications/models/agent_notification_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(self, activity: Activity):
2121
entities = self.activity.entities or []
2222
for ent in entities:
2323
etype = ent.type.lower()
24-
24+
2525
# Get the entity payload - check for properties attribute or convert to dict
2626
if hasattr(ent, "properties"):
2727
payload = ent.properties

0 commit comments

Comments
 (0)