forked from rc/aircox
write tests for SoundStat
This commit is contained in:
@@ -245,7 +245,6 @@ class Interface:
|
||||
|
||||
def __call__(self, *args, **kwargs):
|
||||
target = self._imeta.target
|
||||
print("is it class?", self, target, inspect.isclass(target))
|
||||
if inspect.isclass(target):
|
||||
target = target(*args, **kwargs)
|
||||
return type(self)(
|
||||
|
||||
Reference in New Issue
Block a user