From 1ceaa0f1ecb65b882d65ce56d60cbad7aa3e52d1 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Mon, 30 Oct 2023 07:52:40 -0400 Subject: [PATCH] fmt --- altair/utils/mimebundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altair/utils/mimebundle.py b/altair/utils/mimebundle.py index 1aa14cb3c..fa36ed4b8 100644 --- a/altair/utils/mimebundle.py +++ b/altair/utils/mimebundle.py @@ -170,7 +170,7 @@ def _spec_to_mimebundle_with_engine(spec, format, mode, **kwargs): "The altair_saver export engine is deprecated and will be removed in a future version.\n" "Please migrate to the vl-convert engine", AltairDeprecationWarning, - stacklevel=1 + stacklevel=1, ) import altair_saver