[SQUASH] Fix parameter configs not loading.

This commit is contained in:
Rokas Kupstys
2021-03-26 14:25:17 +02:00
parent 424cd2a914
commit bbe6ece38d
2 changed files with 2 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ class HyperStrategyMixin(object):
strategy logic.
"""
def __init__(self):
def __init__(self, *args, **kwargs):
"""
Initialize hyperoptable strategy mixin.
"""