We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38cbd7 commit 7ee37a3Copy full SHA for 7ee37a3
todoist_api_python/models.py
@@ -46,7 +46,6 @@ def to_dict(self) -> dict[str, Any]:
46
return {
47
"color": self.color,
48
"comment_count": self.comment_count,
49
- "comment_count": self.comment_count,
50
"id": self.id,
51
"is_favorite": self.is_favorite,
52
"is_inbox_project": self.is_inbox_project,
0 commit comments