Skip to content

Commit

Permalink
LINT: removes unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKeefe committed Jun 11, 2020
1 parent 3e27a29 commit 8dfdb0b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions q2_diversity_lib/tests/test_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
#
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------
import unittest.mock as mock

import numpy as np
import numpy.testing as npt
import biom
import skbio
import psutil

from qiime2.plugin.testing import TestPluginBase
from q2_types.feature_table import BIOMV210Format
Expand Down

0 comments on commit 8dfdb0b

Please sign in to comment.