Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 16, 2024
1 parent 0c2b2b8 commit 83d3b48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vizro-core/examples/visual-vocabulary/custom_charts.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Contains custom charts used inside the dashboard."""

from typing import List, Optional, Dict
from typing import Dict, List, Optional

import pandas as pd
import vizro.plotly.express as px
Expand Down
1 change: 1 addition & 0 deletions vizro-core/examples/visual-vocabulary/pages/deviation.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import vizro.models as vm
import vizro.plotly.express as px
from custom_charts import diverging_stacked_bar

from pages._factories import butterfly_factory
from pages._pages_utils import PAGE_GRID, make_code_clipboard_from_py_file, pastries

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from vizro import Vizro
from vizro.models.types import capture


pastries = pd.DataFrame(
{
"pastry": [
Expand Down

0 comments on commit 83d3b48

Please sign in to comment.