Skip to content

Commit 612eded

Browse files
committed
mypy error
1 parent d475523 commit 612eded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arthur_bench/client/auth/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ def user_login(
176176

177177
auth_token = login_cookies.get("Authorization")
178178

179-
return auth_token
179+
return auth_token # type: ignore

0 commit comments

Comments
 (0)