Skip to content

Commit

Permalink
Add label and identify functions to init file (#71)
Browse files Browse the repository at this point in the history
* add label and identify to init file

* pre-commit run
  • Loading branch information
jenna-tomkinson authored Aug 13, 2024
1 parent 19cefa4 commit 0fcf73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cosmicqc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Initialization for cosmicqc package
"""

from .analyze import find_outliers
from .analyze import find_outliers, identify_outliers, label_outliers
from .frame import CytoDataFrame

# note: version placeholder is updated during build
Expand Down

0 comments on commit 0fcf73e

Please sign in to comment.