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 0961248 commit ff79ee2Copy full SHA for ff79ee2
msal/__main__.py
@@ -10,7 +10,7 @@
10
Usage 2: Build an all-in-one executable file for bug bash.
11
shiv -e msal.__main__._main -o msaltest-on-os-name.pyz .
12
"""
13
-import base64, getpass, json, logging, sys, os, atexit, msal, warnings
+import base64, getpass, json, logging, sys, os, atexit, msal
14
15
_token_cache_filename = "msal_cache.bin"
16
global_cache = msal.SerializableTokenCache()
0 commit comments