Skip to content

Commit ba5efd0

Browse files
committed
Fix code formatting
1 parent a0b273d commit ba5efd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/msgraph_core/middleware/async_graph_transport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async def handle_async_request(self, request: httpx.Request) -> httpx.Response:
2525
return response
2626

2727
def set_request_context_and_feature_usage(self, request: httpx.Request) -> httpx.Request:
28-
28+
2929
request_options = request.options # type:ignore
3030

3131
context = GraphRequestContext(request_options, request.headers)

0 commit comments

Comments
 (0)