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
|
@ -18,7 +18,6 @@
|
|||
# SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
|
||||
from .values import Value, Translated
|
||||
from .common import *
|
||||
|
||||
|
||||
|
@ -31,8 +30,3 @@ class BaseAttribute(AstNode):
|
|||
@property
|
||||
def name(self):
|
||||
return self.tokens["name"]
|
||||
|
||||
|
||||
class BaseTypedAttribute(BaseAttribute):
|
||||
"""A BaseAttribute whose parent has a value_type property that can assist
|
||||
in validation."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue