Skip to content

Commit eb8430a

Browse files
committed
Tidied up imports
1 parent d3a3e22 commit eb8430a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_etree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
division,
2424
)
2525

26-
from dbsuite.etree import ElementFactory, tostring, fromstring, iselement
26+
from dbsuite.etree import ElementFactory, iselement
2727

2828
def test_element():
2929
tag = ElementFactory()

0 commit comments

Comments
 (0)