Skip to content

Commit 0de9731

Browse files
committed
Black
1 parent 64fae64 commit 0de9731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folium/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def vegalite_major_version(self) -> Optional[int]:
367367
schema = self.data["$schema"]
368368

369369
return int(schema.split("/")[-1].split(".")[0].lstrip("v"))
370-
370+
371371
def _embed_vegalite_v6(self, figure: Figure, parent: TypeContainer) -> None:
372372
self._vega_embed(parent=parent)
373373

0 commit comments

Comments
 (0)