From bf03d7a6a1c70c1da988b9cb4bb44e77ab3934ce Mon Sep 17 00:00:00 2001 From: mryouse Date: Thu, 12 May 2022 02:24:13 +0000 Subject: bugfix: pass through Any --- tokens.py | 3 +-- 1 file changed, 1 insertion(+), 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): -- cgit v1.2.3