mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Add errors to ignore file, remove noqa directives
This commit is contained in:
@@ -20,7 +20,7 @@ class TowerAWXKitModule(TowerModule):
|
||||
def __init__(self, argument_spec, **kwargs):
|
||||
kwargs['supports_check_mode'] = False
|
||||
|
||||
super(TowerAWXKitModule, self).__init__(argument_spec=argument_spec, **kwargs) # noqa
|
||||
super(TowerAWXKitModule, self).__init__(argument_spec=argument_spec, **kwargs)
|
||||
|
||||
# Die if we don't have AWX_KIT installed
|
||||
if not HAS_AWX_KIT:
|
||||
|
||||
Reference in New Issue
Block a user