[Bug fix]: Standardize SecretStr use (#6660)

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Rohit Malhotra
2025-02-10 08:03:56 -05:00
committed by GitHub
parent 707cb07f4f
commit 4a5891cbea
14 changed files with 166 additions and 71 deletions

View File

@@ -42,15 +42,3 @@ class LLMAuthenticationError(ValueError):
"""Raised when there is an issue with LLM authentication."""
pass
class GhAuthenticationError(ValueError):
"""Raised when there is an issue with LLM authentication."""
pass
class GHUnknownException(ValueError):
"""Raised when there is an issue with LLM authentication."""
pass