Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor typing fixups #2497

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changelog
  • Loading branch information
tremble committed Feb 2, 2025
commit 4647398ba2375fb2301b8b0bff04d1a1d09475d7
10 changes: 5 additions & 5 deletions changelogs/fragments/20250202-typealias.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bugfixes:
- module_utils.botocore - fixed type aliasing().
- plugin_utils.botocore - fixed type aliasing().
- module_utils.botocore - fixed type aliasing (https://github.com/ansible-collections/amazon.aws/pull/2497).
- plugin_utils.botocore - fixed type aliasing (https://github.com/ansible-collections/amazon.aws/pull/2497).
minor_changes:
- module_utils._s3 - explicitly cast super to the parent type().
- module_utils.botocore - avoid assigning unused parts of exc_info return().
- module_utils.exceptions - avoid assigning unused parts of exc_info return().
- module_utils._s3 - explicitly cast super to the parent type (https://github.com/ansible-collections/amazon.aws/pull/2497).
- module_utils.botocore - avoid assigning unused parts of exc_info return (https://github.com/ansible-collections/amazon.aws/pull/2497).
- module_utils.exceptions - avoid assigning unused parts of exc_info return (https://github.com/ansible-collections/amazon.aws/pull/2497).