-syntax error

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-07 15:19:03 +02:00
parent ffb33189c7
commit dd29e86b81
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ class Type(object):
def __repr__(self):
return '<Type %s>' % self.name
def
@property
def is_singleton(self):
"""Check whether a type is a singleton."""