Skip to content

Commit 75e4d13

Browse files
committed
Removed unused argument max_len
1 parent a1a9150 commit 75e4d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datacontract/reports/common/html_base_renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def _e(s: Any) -> str:
162162
return _html.escape(str(s))
163163

164164

165-
def _format_value(val: Any, max_len: int = None) -> str:
165+
def _format_value(val: Any) -> str:
166166
"""Format a cell value for display in the diff table.
167167
168168
dict → key summary span: { key1, key2, ... }

0 commit comments

Comments
 (0)