Skip to content
Prev Previous commit
Next Next commit
linting
  • Loading branch information
carl-adams-planet committed Oct 8, 2025
commit 3a54b3996a4081d4ef551158e3deea5db8c61f69
2 changes: 2 additions & 0 deletions planet/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ def ensure_initialized(
input from the terminal.
"""


class APIKeyAuthException(PlanetError):
"""exceptions thrown by APIKeyAuth"""
pass
Expand Down Expand Up @@ -557,4 +558,5 @@ def ensure_initialized(
allow_tty_prompt=allow_tty_prompt,
)


AuthType = Auth