From c8e13e48761e83b107a791ae695b748eefeef07c Mon Sep 17 00:00:00 2001 From: "Moritz Schubotz (physikerwelt)" Date: Wed, 7 Feb 2024 22:11:04 +0100 Subject: [PATCH] Optimize imports --- tests/test_plain_xml.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/test_plain_xml.py b/tests/test_plain_xml.py index ae4c167..fa79b0f 100644 --- a/tests/test_plain_xml.py +++ b/tests/test_plain_xml.py @@ -1,8 +1,10 @@ import os -import unittest import re -from xmldiff import main, formatting +import unittest + +from xmldiff import main from xmldiff.actions import MoveNode + from zbmath_rest2oai import getAsXml