We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e0128 commit 31e0d60Copy full SHA for 31e0d60
tests/test_client.py
@@ -9,9 +9,8 @@
9
10
import requests
11
12
-from oauth2cli.oauth2 import Client
13
-from oauth2cli.authcode import obtain_auth_code
14
-from oauth2cli.assertion import JwtSigner
+from msal.oauth2cli import Client, JwtSigner
+from msal.oauth2cli.authcode import obtain_auth_code
15
from tests import unittest, Oauth2TestCase
16
17
0 commit comments