diff options
Diffstat (limited to 'neb')
| -rw-r--r-- | neb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neb/__init__.py b/neb/__init__.py index 8a08daf..8ac8aeb 100644 --- a/neb/__init__.py +++ b/neb/__init__.py @@ -360,7 +360,7 @@ class TypeWrap: self.name = ALL_TYPES[name] self.parent = parent self.is_func = is_func - self.type_ = TypeEnum.TYPE + self.type_ = Type(":type") def validate_type(self, target, env, ns): # if it's an any type, it's valid |
