simplify tiramisu/option/masterslaves.py
This commit is contained in:
@ -312,9 +312,7 @@ class OptionDescription(OptionDescriptionWalk):
|
||||
def impl_is_dynoptiondescription(self) -> bool:
|
||||
return False
|
||||
|
||||
def impl_is_master_slaves(self,
|
||||
*args,
|
||||
**kwargs) -> bool:
|
||||
def impl_is_master_slaves(self) -> bool:
|
||||
return False
|
||||
|
||||
# ____________________________________________________________
|
||||
|
Reference in New Issue
Block a user