Skip to content

Commit

Permalink
resolve ParentedTree dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaldon committed Jul 3, 2024
1 parent 4b6d96f commit e0cbd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
stream_with_context)
import numpy as np
from sklearn.tree import DecisionTreeClassifier
from discodop.tree import (Tree, DrawTree, DrawDependencies,
from discodop.tree import (Tree, ParentedTree, DrawTree, DrawDependencies,
writediscbrackettree, discbrackettree)
from discodop.treebank import writetree, writedependencies, exporttree
from discodop.treetransforms import canonicalize
Expand Down

0 comments on commit e0cbd40

Please sign in to comment.