diff --git a/lib/cdist/core/type.py b/lib/cdist/core/type.py index c701bf48..309528ef 100644 --- a/lib/cdist/core/type.py +++ b/lib/cdist/core/type.py @@ -68,8 +68,6 @@ class Type(object): def __repr__(self): return '' % self.name - def - @property def is_singleton(self): """Check whether a type is a singleton."""