We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a2d02 commit 6fb1bdcCopy full SHA for 6fb1bdc
tests/test_dict2xml.py
@@ -5,9 +5,6 @@
5
6
from json2xml import dicttoxml
7
8
-if TYPE_CHECKING:
9
- pass
10
-
11
12
class TestDict2xml:
13
"""Test class for dicttoxml functionality."""
tests/test_utils.py
@@ -16,9 +16,6 @@
16
readfromurl,
17
)
18
19
20
21
22
23
class TestExceptions:
24
"""Test custom exception classes."""
0 commit comments