Skip to content

Commit

Permalink
reduce render_kwargs option for olli
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn committed Nov 21, 2024
1 parent 337d9bd commit 1d353ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion altair/utils/html.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ def spec_to_html(
OLLI_ADAPTERS_VERSION = "2"
render_kwargs["olli_version"] = OLLI_VERSION
render_kwargs["olli_adapters_version"] = OLLI_ADAPTERS_VERSION
#render_kwargs["use_olli"] = True

jinja_template = TEMPLATES.get(template, template) # type: ignore[arg-type]
if not hasattr(jinja_template, "render"):
Expand Down

0 comments on commit 1d353ff

Please sign in to comment.