Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso committed Sep 18, 2024
1 parent 94cfd20 commit f6c4d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions q2_qsip2/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
from q2_qsip2 import __version__
from q2_qsip2.types import QSIP2Data, Unfiltered, Filtered, EAF
from q2_qsip2.workflow import (
standard_workflow, create_qsip_data, subset_and_filter,
resample_and_calculate_EAF
create_qsip_data, subset_and_filter, resample_and_calculate_EAF
)
from q2_qsip2.visualizers._visualizers import (
plot_weighted_average_densities, plot_sample_curves, plot_density_outliers,
Expand Down
1 change: 1 addition & 0 deletions q2_qsip2/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def create_qsip_data(

return R_qsip_obj


def subset_and_filter(
qsip_data: RS4,
unlabeled_sources: list[str],
Expand Down

0 comments on commit f6c4d7f

Please sign in to comment.