Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie authored and dsarmany committed Nov 19, 2024
1 parent 095a0b7 commit 2dc28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multio/plans/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from __future__ import annotations

from typing import Any, ClassVar, Literal, Union
from typing import Any, Literal, Union

from pydantic import BaseModel, Field, ValidationInfo, field_validator, validate_call
from typing_extensions import Annotated
Expand Down

0 comments on commit 2dc28b8

Please sign in to comment.