Skip to content

Commit

Permalink
Remove code testing for unsupported versions of boto3/botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored and mandar242 committed Oct 23, 2024
1 parent f8ee220 commit 6018367
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/modules/ec2_transit_gateway_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ def __init__(self, module, results):
self._connection = self._module.client('ec2')
self._check_mode = self._module.check_mode

if not hasattr(self._connection, 'describe_transit_gateways'):
self._module.fail_json(msg='transit gateway module requires boto3 >= 1.9.52')

@AWSRetry.exponential_backoff()
def describe_transit_gateways(self):
"""
Expand Down

0 comments on commit 6018367

Please sign in to comment.