Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Mar 29, 2021
1 parent fb37923 commit 6d49eb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/modules/kinesis_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,6 @@ def update_shard_count(client, stream_name, number_of_shards=1, check_mode=False
return success, err_msg



def update(client, current_stream, stream_name, number_of_shards=1, retention_period=None,
tags=None, wait=False, wait_timeout=300, check_mode=False):
"""Update an Amazon Kinesis Stream.
Expand Down Expand Up @@ -1185,7 +1184,6 @@ def stop_stream_encryption(client, stream_name, encryption_type='', key_id='',
results = camel_dict_to_snake_dict(results)
results['tags'] = current_tags


return success, changed, err_msg, results


Expand Down

0 comments on commit 6d49eb4

Please sign in to comment.