Skip to content

Commit 0f881f7

Browse files
committed
fix: lint issues with ruff
1 parent 34bf796 commit 0f881f7

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
@@ -504,7 +504,7 @@ def test_get_xml_type_unsupported(self):
504504
"""Test get_xml_type with unsupported type."""
505505
class CustomClass:
506506
pass
507-
507+
508508
# Should return the class name for unsupported types
509509
result = dicttoxml.get_xml_type(CustomClass())
510510
assert result == "CustomClass"

0 commit comments

Comments
 (0)