Skip to content

Commit db67357

Browse files
committed
Remove unused imports from README.md
1 parent 2df2546 commit db67357

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Import modules
1414

1515
```python
1616
from azure.identity import UsernamePasswordCredential, DeviceCodeCredential
17-
from msgraphcore import GraphSession, AuthorizationHandler, AuthMiddlewareOptions, TokenCredentialAuthProvider
17+
from msgraphcore import GraphSession
1818
```
1919

2020
Configure Credential Object
@@ -35,7 +35,6 @@ Pass the credential object and scopes to the GraphSession constructor.
3535
```python
3636
scopes = ['mail.send', 'user.read']
3737
graph_session = GraphSession(device_credential, scopes)
38-
3938
```
4039

4140
```python

0 commit comments

Comments
 (0)