Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 11, 2025
1 parent 3154e47 commit 2cf8fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions earthaccess/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ class LoginStrategyUnavailable(Exception):
DO NOT raise this exception when a login strategy is attempted and failed, for
example because credentials were rejected.
"""

pass


class LoginAttemptFailure(Exception):
"""The login attempt failed."""

pass

0 comments on commit 2cf8fc6

Please sign in to comment.