Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Feb 22, 2022
1 parent 40d8c6a commit e3ce88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions q2_katharoseq/tests/test_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from qiime2 import NumericMetadataColumn

from q2_katharoseq import read_count_threshold, estimating_biomass
from q2_katharoseq import allosteric_sigmoid
from q2_katharoseq import get_threshold
from q2_katharoseq._methods import allosteric_sigmoid
from q2_katharoseq._methods import get_threshold

from os.path import dirname, abspath, join
from inspect import currentframe, getfile
Expand Down

0 comments on commit e3ce88d

Please sign in to comment.