aboutsummaryrefslogtreecommitdiff
path: root/tokens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.py')
-rw-r--r--tokens.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tokens.py b/tokens.py
index 66fb98d..450ef99 100644
--- a/tokens.py
+++ b/tokens.py
@@ -28,8 +28,7 @@ class NebBaseType:
return f":{self.type_name}"
class NebAny(NebBaseType):
- def __init__(self, type_name, type_):
- super().__init__("any", NebType.ANY)
+ pass
class NebLiteral(NebAny):