Skip to content

Commit e4a8c4c

Browse files
committed
fix test
1 parent f7d9b77 commit e4a8c4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/aleph/sdk/client/vm_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@ async def perform_operation(
124124

125125
try:
126126
request_kwargs: Dict[str, Any] = {
127-
"method": method, "url": url, "headers": header,
127+
"method": method,
128+
"url": url,
129+
"headers": header,
128130
}
129131
if params:
130132
request_kwargs["params"] = params

0 commit comments

Comments
 (0)