Skip to content

Commit

Permalink
Add YoungerMonocotPipeline to init (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan authored Sep 20, 2023
1 parent 86fca8a commit 7f92031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap_roots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import sleap_roots.series
import sleap_roots.summary
import sleap_roots.trait_pipelines
from sleap_roots.trait_pipelines import DicotPipeline, TraitDef
from sleap_roots.trait_pipelines import DicotPipeline, TraitDef, YoungerMonocotPipeline
from sleap_roots.series import Series, find_all_series

# Define package version.
Expand Down

0 comments on commit 7f92031

Please sign in to comment.