update condition_interface
This commit is contained in:
committed by
Nicola Demo
parent
1bd3f40f54
commit
1d3df2a127
@@ -3,7 +3,7 @@ from abc import ABCMeta
|
|||||||
|
|
||||||
class ConditionInterface(metaclass=ABCMeta):
|
class ConditionInterface(metaclass=ABCMeta):
|
||||||
|
|
||||||
condition_types = ['physical', 'supervised', 'unsupervised']
|
condition_types = ['physics', 'supervised', 'unsupervised']
|
||||||
|
|
||||||
def __init__(self, *args, **wargs):
|
def __init__(self, *args, **wargs):
|
||||||
self._condition_type = None
|
self._condition_type = None
|
||||||
|
|||||||
Reference in New Issue
Block a user