Skip to content

Commit

Permalink
Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt committed Feb 7, 2024
1 parent 162140d commit c8e13e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_plain_xml.py
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit c8e13e4

Please sign in to comment.