mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +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.
|
||||
# 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.
|
||||
# TODO: make this tuple serialize models
|
||||
# TODO: enforce that tuples here have a single datatype
|
||||
children = Tuple(sync=True, **widget_serialization)
|
||||
|
||||
_overflow_values = ['visible', 'hidden', 'scroll', 'auto', 'initial', 'inherit', '']
|
||||
|
Loading…
Reference in New Issue
Block a user