Skip to content

Commit 4920dd2

Browse files
committed
Fix style checks
1 parent 1f5a788 commit 4920dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest_reportportal/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
from reportportal_client.helpers import to_bool
2424
from reportportal_client.logs import MAX_LOG_BATCH_PAYLOAD_SIZE
2525

26-
2726
ATTRIBUTES_SEPARATOR = ";"
2827

2928

3029
def normalize_attributes(attributes: Optional[Any]) -> Optional[Any]:
30+
"""Split a string of attributes into a deduplicated list of attributes."""
3131
if not attributes:
3232
return attributes
3333
if not isinstance(attributes, str):

0 commit comments

Comments
 (0)