mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove unused imports and code
This commit is contained in:
parent
10806bce1e
commit
a9f6bf8d89
15 changed files with 12 additions and 35 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue