Skip to content

Commit ce663f3

Browse files
send correct future
1 parent e1d7824 commit ce663f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/core/src/main/java/software/amazon/smithy/python/codegen/ClientGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ await seek(0)
409409
retry_strategy.record_success(token=retry_token)
410410
if response_future is not None:
411411
response_future.set_result(
412-
context_with_response.response, # type: ignore
412+
context_with_response.transport_response, # type: ignore
413413
)
414414
break
415415
except Exception as e:

0 commit comments

Comments
 (0)