From 3b70eead58ae2ecaf741889ec81d4d821d676eff Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 26 Aug 2024 16:31:03 -0600 Subject: [PATCH] Add miscellaneous annotation --- icepyx/core/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icepyx/core/auth.py b/icepyx/core/auth.py index 8e263e730..c5f39a470 100644 --- a/icepyx/core/auth.py +++ b/icepyx/core/auth.py @@ -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: