mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fix super and kwargs
This commit is contained in:
parent
157adb828e
commit
cd100fd770
@ -137,7 +137,7 @@ class LookupModule(LookupBase):
|
||||
AnsibleError('{0}'.format(LIBRARY_IMPORT_ERROR)),
|
||||
LIBRARY_IMPORT_ERROR
|
||||
)
|
||||
super().__init__(*args, *kwargs)
|
||||
super(LookupModule, self).__init__(*args, **kwargs)
|
||||
|
||||
@staticmethod
|
||||
def parse_date_time(date_string):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user