Skip to content

Commit

Permalink
Remove duplicate glue_version argument in module definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ichekaldin committed Apr 2, 2021
1 parent 3b54db4 commit 4b86cc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/aws_glue_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ def main():
connections=dict(type='list', elements='str'),
default_arguments=dict(type='dict'),
description=dict(type='str'),
glue_version=dict(type='str'),
max_concurrent_runs=dict(type='int'),
max_retries=dict(type='int'),
name=dict(required=True, type='str'),
Expand Down

0 comments on commit 4b86cc6

Please sign in to comment.