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 Dec 2, 2024
1 parent b92bcdd commit e3360b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion vizro-core/src/vizro/models/_controls/filter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from __future__ import annotations

from typing import Any, Literal, Union, cast, Iterable
from collections.abc import Iterable
from typing import Any, Literal, Union, cast

import pandas as pd
from dash import dcc
Expand Down
3 changes: 2 additions & 1 deletion vizro-core/src/vizro/models/_navigation/_navigation_utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from __future__ import annotations

import itertools
from typing import TypedDict, cast, Iterable
from collections.abc import Iterable
from typing import TypedDict, cast

import dash_bootstrap_components as dbc

Expand Down

0 comments on commit e3360b1

Please sign in to comment.