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 6, 2024
1 parent 0d89d04 commit 21d705c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vizro-core/src/vizro/models/_action/_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
from collections.abc import Collection, Mapping
from pprint import pformat
from typing import TYPE_CHECKING, Any, TypedDict, Union, Callable, Annotated, TypeVar
from typing import TYPE_CHECKING, Any, Callable, TypedDict, TypeVar, Union

from dash import Input, Output, State, callback, html
from dash.development.base_component import Component
Expand All @@ -15,7 +15,7 @@
try:
from pydantic.v1 import Field, validator
except ImportError: # pragma: no cov
from pydantic import Field, ConfigDict
from pydantic import Field

from collections.abc import Iterable
from typing import cast
Expand Down

0 comments on commit 21d705c

Please sign in to comment.