Skip to content

Commit

Permalink
Revert "updated type from BaseException -> Exception"
Browse files Browse the repository at this point in the history
This reverts commit d97c1b6.
  • Loading branch information
fullerzz committed Nov 9, 2024
1 parent d97c1b6 commit 00af6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loamy/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class RequestResponse(BaseModel):
status_code: int
body: dict | None = None
headers: dict[str, str] | None = None
error: Exception | None = None
error: BaseException | None = None


class Clump:
Expand Down

0 comments on commit 00af6da

Please sign in to comment.