Skip to content

Commit

Permalink
feature: export BusyError
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianSchepersAA authored and pacman82 committed Apr 25, 2024
1 parent 88b3f64 commit f37c3a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aleph_alpha_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from .aleph_alpha_client import (
POOLING_OPTIONS,
AsyncClient,
BusyError,
Client,
QuotaError,
)
Expand Down Expand Up @@ -55,6 +56,7 @@
"AsyncClient",
"BatchSemanticEmbeddingRequest",
"BatchSemanticEmbeddingResponse",
"BusyError",
"Client",
"CompletionRequest",
"CompletionResponse",
Expand Down

0 comments on commit f37c3a1

Please sign in to comment.