Skip to content

Commit ff79ee2

Browse files
committed
remove import
1 parent 0961248 commit ff79ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Usage 2: Build an all-in-one executable file for bug bash.
1111
shiv -e msal.__main__._main -o msaltest-on-os-name.pyz .
1212
"""
13-
import base64, getpass, json, logging, sys, os, atexit, msal, warnings
13+
import base64, getpass, json, logging, sys, os, atexit, msal
1414

1515
_token_cache_filename = "msal_cache.bin"
1616
global_cache = msal.SerializableTokenCache()

0 commit comments

Comments
 (0)