Skip to content

Commit

Permalink
Formatting with yapf
Browse files Browse the repository at this point in the history
  • Loading branch information
jboucourt committed Aug 6, 2024
1 parent 287e502 commit 59a8dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestalt/vault.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ def _validate_token_expiration(self) -> None:
else:
print(f"Token still valid for: {delta_time} days")
else:
print("Token information not retreived")
print("Token information not retreived")

0 comments on commit 59a8dee

Please sign in to comment.