We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c14e6 commit fc75214Copy full SHA for fc75214
1 file changed
tests/test_io.py
@@ -1,10 +1,9 @@
1
"""Test utilities from :module:`planemo.io`."""
2
import tempfile
3
4
-from .test_utils import (
5
- assert_equal,
6
- io,
7
-)
+from planemo import io
+
+from .test_utils import assert_equal
8
9
10
def test_io_capture():
0 commit comments