Skip to content

Commit

Permalink
chore: fix up aws_auth return
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Dec 30, 2023
1 parent 1e28655 commit 29654e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/python/rekognition_api/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ def aws_auth(self) -> dict:
}
if self.init_info:
retval["init_info"] = self.init_info
return retval

@property
def aws_session(self):
Expand Down

0 comments on commit 29654e1

Please sign in to comment.