Skip to content

Commit

Permalink
Add miscellaneous annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Aug 26, 2024
1 parent 62df6cf commit 3b70eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icepyx/core/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, auth=None):
self._s3login_credentials = None
self._s3_initial_ts = None # timer for 1h expiration on s3 credentials

def __str__(self):
def __str__(self) -> str:
if self.session:
repr_string = "EarthdataAuth obj with session initialized"
else:
Expand Down

0 comments on commit 3b70eea

Please sign in to comment.