mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
Unify base class using new-style (object).
This commit is contained in:
@@ -19,7 +19,7 @@ from utils import *
|
||||
from configurations import Preset
|
||||
|
||||
|
||||
class EnvironmentWrapper:
|
||||
class EnvironmentWrapper(object):
|
||||
def __init__(self, tuning_parameters):
|
||||
"""
|
||||
:param tuning_parameters:
|
||||
|
||||
Reference in New Issue
Block a user