Skip to content

Commit 85ca91e

Browse files
committed
fixed lint warning
1 parent 77857fe commit 85ca91e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure/durable_functions/models/utils/http_utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
import aiohttp
44

55

6-
async def post_async_request(url: str, data: Any = None, trace_parent: str = None, trace_state: str = None) -> List[Union[int, Any]]:
6+
async def post_async_request(url: str,
7+
data: Any = None,
8+
trace_parent: str = None,
9+
trace_state: str = None) -> List[Union[int, Any]]:
710
"""Post request with the data provided to the url provided.
811
912
Parameters

0 commit comments

Comments
 (0)