Skip to content

Commit 06a969b

Browse files
fix: Type ignore for mypy...
1 parent 28e1ee1 commit 06a969b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diracx-cli/src/diracx/cli/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ async def pilot_login(
156156
return
157157

158158
# Save credentials
159-
write_credentials(response)
159+
write_credentials(response) # type: ignore
160160
credentials_path = get_diracx_preferences().credentials_path
161161
print(f"Saved credentials to {credentials_path}")
162162
print("\nLogin successful!")

0 commit comments

Comments
 (0)