Skip to content

Commit

Permalink
mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
fryz committed Apr 4, 2024
1 parent d475523 commit 612eded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arthur_bench/client/auth/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ def user_login(

auth_token = login_cookies.get("Authorization")

return auth_token
return auth_token # type: ignore

0 comments on commit 612eded

Please sign in to comment.