aboutsummaryrefslogtreecommitdiff
path: root/neb/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'neb/__init__.py')
-rw-r--r--neb/__init__.py2
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