Skip to content

Commit 888ac9f

Browse files
committed
Merge branch 'bug/missing-toggleblock' into 'develop'
Fixed: Missing ToggleBlock Closes #32 See merge request colorifix/python-notion-api!59
2 parents 6905cfc + 03e5e83 commit 888ac9f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

python_notion_api/models/blocks.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,12 @@ class TableRowBlock(Block):
334334
table_row: TableRowBlockValue
335335

336336

337+
class ToggleBlock(Block):
338+
_class_key_field = None
339+
340+
toggle: ToggleBlockValue
341+
342+
337343
class UnsupportedBlock(Block):
338344
_class_key_field = None
339345

0 commit comments

Comments
 (0)