mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Fix lint 2.7
This commit is contained in:
parent
d464c63def
commit
1ad7b909d4
@ -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))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user