Skip to content

Commit 027351a

Browse files
committed
fix(tests): linter fix
1 parent 7f60f6c commit 027351a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidal_async/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def gen_artist(obj) -> str:
115115
except ImportError:
116116

117117
def extract_client_id(apk_file):
118-
raise NotImplementedError
118+
raise NotImplementedError from None
119119

120120

121121
else:

0 commit comments

Comments
 (0)