mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
Fix linter error
This commit is contained in:
@@ -105,6 +105,7 @@ except ImportError:
|
|||||||
if len(missing_modules) > 0:
|
if len(missing_modules) > 0:
|
||||||
raise AnsibleError('You are missing the modules {0}'.format(', '.join(missing_modules)))
|
raise AnsibleError('You are missing the modules {0}'.format(', '.join(missing_modules)))
|
||||||
|
|
||||||
|
|
||||||
class LookupModule(LookupBase):
|
class LookupModule(LookupBase):
|
||||||
frequencies = {
|
frequencies = {
|
||||||
'none': DAILY,
|
'none': DAILY,
|
||||||
|
|||||||
Reference in New Issue
Block a user