Skip to content

Commit a459fa2

Browse files
author
Vinit Kumar
committed
fix: linting issues
1 parent 7820cf5 commit a459fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dict2xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,4 +443,4 @@ def test_dicttoxml_with_xml_namespaces(self):
443443
def test_datetime_conversion(self):
444444
data = {"key": datetime.datetime(2023, 2, 15, 12, 30, 45)}
445445
result = dicttoxml.dicttoxml(data, attr_type=False)
446-
assert b"<key>2023-02-15T12:30:45</key>" in result
446+
assert b"<key>2023-02-15T12:30:45</key>" in result

0 commit comments

Comments
 (0)