Skip to content

Commit

Permalink
Update the upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Nov 28, 2022
1 parent 181386d commit 37b58dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ client = GraphClient(credential=credential)


# msgraph-sdk
from msgraph.graph_request_adapter import GraphRequestAdapter
from msgraph.graph_service_client import GraphServiceClient
from msgraph import GraphRequestAdapter
from msgraph import GraphServiceClient

adapter = GraphRequestAdapter(auth_provider)
client = GraphServiceClient(request_adapter)
Expand Down

0 comments on commit 37b58dd

Please sign in to comment.