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