Remove unused imports and code

This commit is contained in:
James Westman 2023-04-11 21:26:37 -05:00
parent 10806bce1e
commit a9f6bf8d89
15 changed files with 12 additions and 35 deletions

View file

@ -25,6 +25,10 @@ from .common import *
class StyleClass(AstNode):
grammar = UseQuoted("name")
@property
def name(self) -> str:
return self.tokens["name"]
class ExtStyles(AstNode):
grammar = [