Skip to content

Commit 8ff6ad7

Browse files
authored
REF: move-pd-series-distance-matrix-tranformer (#121)
1 parent d95a115 commit 8ff6ad7

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

q2_fmt/_transformer.py

-19
This file was deleted.

q2_fmt/plugin_setup.py

-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# ----------------------------------------------------------------------------
88

9-
import importlib
10-
119
from qiime2.plugin import (Str, Plugin, Metadata, TypeMap,
1210
Bool, Choices, Visualization, Properties, Citations,
1311
Int, Range, List)
@@ -465,5 +463,3 @@
465463
'detect_methods': ex.detect_donor_indicators_method
466464
}
467465
)
468-
469-
importlib.import_module('q2_fmt._transformer')

0 commit comments

Comments
 (0)