Skip to content

Commit

Permalink
fix: typeddict import on patient configuration effect (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
csande authored Dec 12, 2024
1 parent cef8395 commit d0069b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion canvas_sdk/effects/patient_profile_configuration.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from enum import Enum
from typing import Any, TypedDict
from typing import Any

from pydantic import Field
from typing_extensions import TypedDict

from canvas_sdk.effects.base import EffectType, _BaseEffect

Expand Down

0 comments on commit d0069b8

Please sign in to comment.