simplify tiramisu/option/masterslaves.py

This commit is contained in:
2018-11-15 08:15:55 +01:00
parent 184a086bc1
commit 8b3da4d37b
7 changed files with 101 additions and 114 deletions

View File

@ -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
# ____________________________________________________________