Skip to content

Commit 421a99d

Browse files
update comments
1 parent 5b19b55 commit 421a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/planet_auth/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _is_expired() -> bool:
190190

191191
# Case #2 above.
192192
if _can_obtain_credentials_unattended():
193-
# TODO? Should we fetch one? We do not by default because the bias is towards
193+
# Should we fetch one? We do not by default because the bias is towards
194194
# JIT operations and silent operations. This so programs can initialize and
195195
# not fail for auth reasons unless the credential is actually needed.
196196
return

0 commit comments

Comments
 (0)