Skip to content

Commit 98f904b

Browse files
fix: change reference from abstract to concrete method.
1 parent 7cdc1fc commit 98f904b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ontograph/queries/introspection.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ def print_term_trajectories_tree(trajectories: list[dict]) -> None:
245245
print(f'{node["id"]}: {node["name"]}')
246246
return
247247
# Otherwise, use tree printing
248-
root = IntrospectionOntology._build_tree_from_trajectories(trajectories)
249-
IntrospectionOntology._print_ascii_tree(root)
248+
root = IntrospectionPronto._build_tree_from_trajectories(trajectories)
249+
IntrospectionPronto._print_ascii_tree(root)
250250

251251
@staticmethod
252252
def _build_tree_from_trajectories(trajectories: list[dict]) -> object:

0 commit comments

Comments
 (0)