Skip to content

Commit 03e5e83

Browse files
committed
Fixed: Missing ToggleBlock
1 parent 6905cfc commit 03e5e83

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)