Skip to content

Commit fc75214

Browse files
committed
More direct import
1 parent 58c14e6 commit fc75214

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/test_io.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
"""Test utilities from :module:`planemo.io`."""
22
import tempfile
33

4-
from .test_utils import (
5-
assert_equal,
6-
io,
7-
)
4+
from planemo import io
5+
6+
from .test_utils import assert_equal
87

98

109
def test_io_capture():

0 commit comments

Comments
 (0)