We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a582ead commit 64fae64Copy full SHA for 64fae64
1 file changed
folium/features.py
@@ -368,7 +368,6 @@ def vegalite_major_version(self) -> Optional[int]:
368
369
return int(schema.split("/")[-1].split(".")[0].lstrip("v"))
370
371
-
372
def _embed_vegalite_v6(self, figure: Figure, parent: TypeContainer) -> None:
373
self._vega_embed(parent=parent)
374
0 commit comments