Skip to content

Commit 9761b04

Browse files
committed
Test GenericAlias
1 parent cec8afa commit 9761b04

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
@@ -599,7 +599,7 @@ await sleep(retry_token.retry_delay)
599599
context.properties["signature"] = signature.encode('utf-8')
600600
601601
identity_key = PropertyKey(key="identity", value_type=Identity | None)
602-
sp_key = PropertyKey(key="signer_properties", value_type=dict)
602+
sp_key = PropertyKey(key="signer_properties", value_type=dict[str, Any])
603603
context.properties[identity_key] = identity
604604
context.properties[sp_key] = auth_option.signer_properties
605605
""");

0 commit comments

Comments
 (0)