Skip to content

Commit df82bc9

Browse files
committed
🎨 Style: delete config file and format code with black
1 parent c3c5064 commit df82bc9

File tree

2 files changed

+10
-173
lines changed

2 files changed

+10
-173
lines changed

basic_example_vuegen_demo_notebook_config.yaml

Lines changed: 0 additions & 171 deletions
This file was deleted.

src/vuegen/quarto_reportview.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,16 @@ def _generate_component_imports(self, component: r.Component) -> List[str]:
877877
# Dictionary to hold the imports for each component type
878878
components_imports = {
879879
"plot": {
880-
r.PlotType.ALTAIR: ["import altair as alt", "import requests", "import json"],
881-
r.PlotType.PLOTLY: ["import plotly.io as pio", "import requests", "import json"],
880+
r.PlotType.ALTAIR: [
881+
"import altair as alt",
882+
"import requests",
883+
"import json",
884+
],
885+
r.PlotType.PLOTLY: [
886+
"import plotly.io as pio",
887+
"import requests",
888+
"import json",
889+
],
882890
},
883891
"dataframe": [
884892
"import pandas as pd",

0 commit comments

Comments
 (0)