Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
shemogumbe committed Oct 2, 2024
1 parent a794f65 commit 08f581c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions msgraph/graph_service_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from azure.core.credentials import TokenCredential
from azure.core.credentials_async import AsyncTokenCredential
from kiota_authentication_azure.azure_identity_authentication_provider import AzureIdentityAuthenticationProvider
from httpx import AsyncClient

from .generated.base_graph_service_client import BaseGraphServiceClient
from .graph_request_adapter import GraphRequestAdapter
Expand Down Expand Up @@ -64,7 +63,7 @@ def me(self) -> UserItemRequestBuilder:
return UserItemRequestBuilder(self.request_adapter, url_tpl_parameters)

@property
def batch(self) -> BatchRequestBuilder:
def batch(self) -> 'BatchRequestBuilder':
"""
Returns a BatchRequestBuilder to enable batch requests.
"""
Expand Down

0 comments on commit 08f581c

Please sign in to comment.