aboutsummaryrefslogtreecommitdiff
path: root/tokens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tokens.py')
-rw-r--r--tokens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokens.py b/tokens.py
index a8f6268..66fb98d 100644
--- a/tokens.py
+++ b/tokens.py
@@ -31,7 +31,7 @@ class NebAny(NebBaseType):
def __init__(self, type_name, type_):
super().__init__("any", NebType.ANY)
-class NebLiteral(NebBaseType):
+class NebLiteral(NebAny):
def __init__(self, type_name, type_, value):
super().__init__(type_name, type_)