Skip to content

Commit 176471f

Browse files
micha91ewuerger
andauthored
refactor: Add changes from review
Co-authored-by: Ernst Würger <50786483+ewuerger@users.noreply.github.com>
1 parent 3dac71b commit 176471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polarion_rest_api_client/data_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class WorkItem(BaseItem):
6767
description: str | None = None
6868
additional_attributes: dict[str, t.Any] = {}
6969
linked_work_items: list[WorkItemLink] = []
70-
linked_work_items_truncated: bool = False
7170
attachments: list[WorkItemAttachment] = []
71+
linked_work_items_truncated: bool = False
7272
attachments_truncated: bool = False
7373

7474
def __init__(

0 commit comments

Comments
 (0)