Skip to content

Commit 08f581c

Browse files
committed
clean up code
1 parent a794f65 commit 08f581c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

msgraph/graph_service_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from azure.core.credentials import TokenCredential
1010
from azure.core.credentials_async import AsyncTokenCredential
1111
from kiota_authentication_azure.azure_identity_authentication_provider import AzureIdentityAuthenticationProvider
12-
from httpx import AsyncClient
1312

1413
from .generated.base_graph_service_client import BaseGraphServiceClient
1514
from .graph_request_adapter import GraphRequestAdapter
@@ -64,7 +63,7 @@ def me(self) -> UserItemRequestBuilder:
6463
return UserItemRequestBuilder(self.request_adapter, url_tpl_parameters)
6564

6665
@property
67-
def batch(self) -> BatchRequestBuilder:
66+
def batch(self) -> 'BatchRequestBuilder':
6867
"""
6968
Returns a BatchRequestBuilder to enable batch requests.
7069
"""

0 commit comments

Comments
 (0)