Skip to content

Commit b7cd614

Browse files
committed
Fix build
1 parent 7bb0156 commit b7cd614

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

reportportal_client/helpers/common_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def verify_value_length(attributes: list[dict]) -> Optional[list[dict]]:
260260
:param attributes: List of attributes(tags)
261261
:return: List of attributes with corrected value length
262262
"""
263-
264263
result = []
265264
for pair in attributes:
266265
if not isinstance(pair, dict):

0 commit comments

Comments
 (0)