Skip to content

Commit

Permalink
schema: Remove the holdover "tree" field
Browse files Browse the repository at this point in the history
  • Loading branch information
spbnick committed Oct 7, 2024
1 parent 21ddf85 commit 9142220
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kcidb_io/schema/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ def __init__(cls, name, bases, _dict, **kwargs):
assert "graph" in _dict, "Version has no own graph"
super().__init__(name, bases, _dict, **kwargs)
# We need it for later, pylint: disable=fixme
# TODO Remove once users transition to using "graph",
cls.tree = cls.graph
base = bases[0]
# If this is not the abstract version
if base is not ABC:
Expand Down

0 comments on commit 9142220

Please sign in to comment.