Skip to content

Commit 26803a9

Browse files
committed
fix: removing print
1 parent 7c8d791 commit 26803a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pyconverter/xml2py/ast_tree.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2925,7 +2925,6 @@ def py_docstring(self, custom_functions: CustomFunctions, warning_command_dict:
29252925
for warning_ in warnings_:
29262926
warning_ = textwrap.indent(warning_, " " * 3)
29272927
items.extend([f"\n.. warning::\n{warning_}\n"])
2928-
print(items)
29292928

29302929
if self.default is not None:
29312930
if self.default.tag in item_needing_links_base_url:

0 commit comments

Comments
 (0)