Skip to content

Commit 9224967

Browse files
committed
run pre-commits fixes
1 parent 5ced2cf commit 9224967

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

folium/plugins/vectorgrid_protobuf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ class VectorGridProtobuf(JSCSSMixin, Layer):
125125
]
126126

127127
def __init__(
128-
self,
129-
url: str,
130-
name: Optional[str] = None,
131-
options: Union[str, dict, None] = None,
132-
overlay: bool = True,
133-
control: bool = True,
134-
show: bool = True,
128+
self,
129+
url: str,
130+
name: Optional[str] = None,
131+
options: Union[str, dict, None] = None,
132+
overlay: bool = True,
133+
control: bool = True,
134+
show: bool = True,
135135
):
136136
super().__init__(name=name, overlay=overlay, control=control, show=show)
137137
self._name = "VectorGridProtobuf"

0 commit comments

Comments
 (0)