summaryrefslogtreecommitdiffstats
path: root/awx_collection
diff options
context:
space:
mode:
Diffstat (limited to 'awx_collection')
-rw-r--r--awx_collection/plugins/lookup/schedule_rrule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/lookup/schedule_rrule.py b/awx_collection/plugins/lookup/schedule_rrule.py
index 91619b20a1..1b40f99474 100644
--- a/awx_collection/plugins/lookup/schedule_rrule.py
+++ b/awx_collection/plugins/lookup/schedule_rrule.py
@@ -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):