mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
Delete unnecessary comment
This commit is contained in:
parent
a0ea58f768
commit
2193a21fc6
@ -18,8 +18,6 @@ class Box(DOMWidget):
|
|||||||
# Child widgets in the container.
|
# Child widgets in the container.
|
||||||
# Using a tuple here to force reassignment to update the list.
|
# Using a tuple here to force reassignment to update the list.
|
||||||
# When a proper notifying-list trait exists, that is what should be used here.
|
# When a proper notifying-list trait exists, that is what should be used here.
|
||||||
# TODO: make this tuple serialize models
|
|
||||||
# TODO: enforce that tuples here have a single datatype
|
|
||||||
children = Tuple(sync=True, **widget_serialization)
|
children = Tuple(sync=True, **widget_serialization)
|
||||||
|
|
||||||
_overflow_values = ['visible', 'hidden', 'scroll', 'auto', 'initial', 'inherit', '']
|
_overflow_values = ['visible', 'hidden', 'scroll', 'auto', 'initial', 'inherit', '']
|
||||||
|
Loading…
Reference in New Issue
Block a user