Skip to content

Commit 776806b

Browse files
fix typecheck
1 parent 4a1008f commit 776806b

File tree

1 file changed

+1
-1
lines changed
  • packages/models-library/src/models_library/api_schemas_webserver

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/api_schemas_webserver/wallets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class WalletGetWithAvailableCredits(WalletGet):
4747
json_schema_extra={
4848
"examples": [
4949
{
50-
**WalletGet.model_config["json_schema_extra"]["examples"][0],
50+
**WalletGet.model_config["json_schema_extra"]["examples"][0], # type: ignore
5151
"available_credits": 10.5,
5252
}
5353
]

0 commit comments

Comments
 (0)