Skip to content

Commit 7ee37a3

Browse files
authored
duplicate comment_count
1 parent d38cbd7 commit 7ee37a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

todoist_api_python/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def to_dict(self) -> dict[str, Any]:
4646
return {
4747
"color": self.color,
4848
"comment_count": self.comment_count,
49-
"comment_count": self.comment_count,
5049
"id": self.id,
5150
"is_favorite": self.is_favorite,
5251
"is_inbox_project": self.is_inbox_project,

0 commit comments

Comments
 (0)