Fix lint 2.7

This commit is contained in:
Stephane Bruckert 2020-02-02 14:28:10 +00:00
parent d464c63def
commit 1ad7b909d4

View File

@ -66,7 +66,7 @@ class AuthTestSpotipy(unittest.TestCase):
# >= Python3.2 only # >= Python3.2 only
warnings.filterwarnings( warnings.filterwarnings(
"ignore", "ignore",
category=ResourceWarning, category=ResourceWarning, # noqa
message="unclosed.*<ssl.SSLSocket.*>") message="unclosed.*<ssl.SSLSocket.*>")
missing = list(filter(lambda var: not os.getenv(CCEV[var]), CCEV)) missing = list(filter(lambda var: not os.getenv(CCEV[var]), CCEV))