Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
cherman2 committed Oct 24, 2024
1 parent 6a217cc commit fb4e8ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions q2_fmt/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import q2_fmt
from q2_types.feature_table import (
FeatureTable, Frequency, RelativeFrequency, PresenceAbsence)
from q2_stats.types.types import (Dist1D, Matched, Independent, Ordered,
Unordered, StatsTable, Pairwise,
NestedOrdered)
from q2_stats.types import (Dist1D, Matched, Independent, Ordered,
Unordered, StatsTable, Pairwise,
NestedOrdered)
import q2_fmt._examples as ex

citations = Citations.load('citations.bib', package='q2_fmt')
Expand Down

0 comments on commit fb4e8ee

Please sign in to comment.