Skip to content

Commit

Permalink
fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Dec 11, 2024
1 parent 4a1008f commit 776806b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class WalletGetWithAvailableCredits(WalletGet):
json_schema_extra={
"examples": [
{
**WalletGet.model_config["json_schema_extra"]["examples"][0],
**WalletGet.model_config["json_schema_extra"]["examples"][0], # type: ignore
"available_credits": 10.5,
}
]
Expand Down

0 comments on commit 776806b

Please sign in to comment.