From dd29e86b8163b3a09f42525b2ceed1f63156d0a9 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 7 Oct 2011 15:19:03 +0200 Subject: [PATCH] -syntax error Signed-off-by: Steven Armstrong --- lib/cdist/core/type.py | 2 -- 1 file changed, 2 deletions(-) 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."""