Skip to content

Commit

Permalink
lints lints lints
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Mar 19, 2024
1 parent 338fc6e commit 95ad7ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions quantinuum-hugr-py/src/quantinuum_hugr/serialization/ops.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import inspect
import sys
from abc import ABC
from typing import Annotated, Any, Literal, cast
from typing import Any, Literal, cast

from pydantic import BaseModel, Field, RootModel
from typing_extensions import TypeAliasType

from . import tys
from .tys import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Any, Literal

from pydantic import BaseModel, Field
from pydantic import BaseModel

from .ops import NodeID, OpType

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
WrapValidator,
)
from pydantic_core import PydanticCustomError
from typing_extensions import TypeAliasType


def _json_custom_error_validator(
Expand Down

0 comments on commit 95ad7ac

Please sign in to comment.