Skip to content

Commit b56cc8d

Browse files
committed
fix: linting fix import ordering
1 parent d7c0e1b commit b56cc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/msgraph_core/base_graph_request_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from typing import Optional
12
import httpx
23
from kiota_abstractions.authentication import AuthenticationProvider
34
from kiota_abstractions.serialization import (
@@ -7,7 +8,6 @@
78
SerializationWriterFactoryRegistry,
89
)
910
from kiota_http.httpx_request_adapter import HttpxRequestAdapter
10-
from typing import Optional
1111

1212
from .graph_client_factory import GraphClientFactory
1313

0 commit comments

Comments
 (0)