Skip to content

Commit 849dbe7

Browse files
committed
Fix comment
1 parent 4a3b780 commit 849dbe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/durable_functions/models/DurableOrchestrationContext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def version(self) -> str:
776776
@staticmethod
777777
def _extract_version_from_history(history_events: List[HistoryEvent]) -> str:
778778
"""Extract the version from the execution started event in history.
779-
779+
780780
Returns None if not found.
781781
"""
782782
for event in history_events:

0 commit comments

Comments
 (0)