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 64141ca commit f839dc3Copy full SHA for f839dc3
tests/test_authcode.py
@@ -2,7 +2,7 @@
2
import socket
3
import sys
4
5
-from oauth2cli.authcode import AuthCodeReceiver
+from msal.oauth2cli.authcode import AuthCodeReceiver
6
7
8
class TestAuthCodeReceiver(unittest.TestCase):
0 commit comments