From 2cf8fc63dbb6787247af45f0228c5d1b90afc75f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:06:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- earthaccess/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/earthaccess/exceptions.py b/earthaccess/exceptions.py index 731043ca..6283b39c 100644 --- a/earthaccess/exceptions.py +++ b/earthaccess/exceptions.py @@ -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