Skip to content

Commit d69be45

Browse files
authored
Fix linting (#594)
1 parent be59fb7 commit d69be45

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
@@ -248,7 +248,7 @@ def call_http(self, method: str, uri: str, content: Optional[str] = None,
248248
The HTTP request uri.
249249
content: str or dict, optional
250250
The HTTP request content. Can be a string or a JSON-serializable dictionary.
251-
Note: Although the type hint says 'str', a dictionary is accepted
251+
Note: Although the type hint says 'str', a dictionary is accepted
252252
and will be serialized to JSON.
253253
headers: Optional[Dict[str, str]]
254254
The HTTP request headers.

0 commit comments

Comments
 (0)