We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1008f commit 776806bCopy full SHA for 776806b
packages/models-library/src/models_library/api_schemas_webserver/wallets.py
@@ -47,7 +47,7 @@ class WalletGetWithAvailableCredits(WalletGet):
47
json_schema_extra={
48
"examples": [
49
{
50
- **WalletGet.model_config["json_schema_extra"]["examples"][0],
+ **WalletGet.model_config["json_schema_extra"]["examples"][0], # type: ignore
51
"available_credits": 10.5,
52
}
53
]
0 commit comments