Skip to content

Commit 467b2b8

Browse files
committed
Style
1 parent 35af55e commit 467b2b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/openlayers/anywidget.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class MapWidget(Map, AnyWidget):
1515
"""Initialize a new `MapWidget`instance
16-
16+
1717
Note:
1818
See [Map](openlayers.Map) for details.
1919
"""
@@ -36,7 +36,6 @@ def __init__(
3636
layers: list[LayerT | dict] | None = None,
3737
controls: list[ControlT | dict] | None = None,
3838
height: str = "400px",
39-
4039
**kwargs,
4140
):
4241
self.created = False

0 commit comments

Comments
 (0)