We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d475523 commit 612ededCopy full SHA for 612eded
arthur_bench/client/auth/helpers.py
@@ -176,4 +176,4 @@ def user_login(
176
177
auth_token = login_cookies.get("Authorization")
178
179
- return auth_token
+ return auth_token # type: ignore
0 commit comments