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 a1551e1 commit 47b7c84Copy full SHA for 47b7c84
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
hooks:
22
- id: isort
23
- repo: https://github.com/psf/black
24
- rev: 21.12b0
+ rev: 22.3.0
25
26
- id: black
27
args: [ --safe ]
ipydatagrid/datagrid.py
@@ -351,7 +351,6 @@ class DataGrid(DOMWidget):
351
selections = List(Dict()).tag(sync=True)
352
editable = Bool(False).tag(sync=True)
353
column_widths = Dict({}).tag(sync=True, **_data_serialization)
354
- column_widths = Dict({}).tag(sync=True)
355
grid_style = Dict(allow_none=True).tag(
356
sync=True, **_widgets_dict_serialization
357
)
0 commit comments