Skip to content

Commit 483c4aa

Browse files
committed
lint fix
1 parent f0fdf05 commit 483c4aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • azure-functions-durable/azure/durable_functions/decorators

azure-functions-durable/azure/durable_functions/decorators/durable_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def configure_history_export(self) -> None:
115115
``ListInstanceIds`` call, which the Durable Functions host extension
116116
does not implement.
117117
118-
NOTE: We need to consider whether this will perform well on Azure
118+
NOTE: We need to consider whether this will perform well on Azure
119119
Functions' distributed architecture - later.
120120
"""
121121
from durabletask.extensions.history_export._constants import (

0 commit comments

Comments
 (0)