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 19, 2024
1 parent 7eaf2f0 commit 8e1ee1c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/qibolab/_core/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
from collections.abc import Callable, Iterable
from typing import Annotated, Any, Union

from pydantic import (
BeforeValidator,
Field,
PlainSerializer,
TypeAdapter,
)
from pydantic import BeforeValidator, Field, PlainSerializer, TypeAdapter
from pydantic_core import core_schema
from typing_extensions import NotRequired, TypedDict

Expand Down

0 comments on commit 8e1ee1c

Please sign in to comment.