Skip to content

Commit 86e05d1

Browse files
Fix misnamed auth option
1 parent 6f474c6 commit 86e05d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private void generateAuthSchemeResolver(
7777
writer.write("""
7878
class $1L:
7979
def resolve_auth_scheme(self, auth_parameters: AuthParams[Any, Any]) -> list[AuthOptionProtocol]:
80-
auth_options: list[_AuthOption] = []
80+
auth_options: list[AuthOptionProtocol] = []
8181
8282
${2C|}
8383
${3C|}

0 commit comments

Comments
 (0)