Fix type checker errors

This commit is contained in:
James Westman 2021-10-26 23:13:31 -05:00
parent b387d4114f
commit b9068e24ab
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
7 changed files with 35 additions and 18 deletions

View file

@ -88,6 +88,8 @@ class AstNode:
if docs is not None:
return docs
return None
class UI(AstNode):
""" The AST node for the entire file """