diff options
Diffstat (limited to 'tokens.py')
| -rw-r--r-- | tokens.py | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -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): | 
