Skip to content

Commit ed04176

Browse files
committed
Remove unnecessary doc string
1 parent 7a62b6b commit ed04176

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/aleph/sdk/client/authenticated_http.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -574,17 +574,6 @@ async def create_instance(
574574
# get the reason for rejection
575575
rejected_message = await self.get_message_error(message.item_hash)
576576
assert rejected_message, "No rejected message found"
577-
"""
578-
"error_code": 5,
579-
"details": {
580-
"errors": [
581-
{
582-
"account_balance": "0",
583-
"required_balance": "4213.265726725260407192763523"
584-
}
585-
]
586-
}
587-
"""
588577
error_code = rejected_message["error_code"]
589578
if error_code == 5:
590579
# not enough balance

0 commit comments

Comments
 (0)