Skip to content

Commit 6aefb85

Browse files
committed
fix: ImportError when trying to import the TraitValue type
1 parent 71ce604 commit 6aefb85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flag_engine/identities/traits/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ def _is_trait_value(value: Any) -> TypeGuard[_UnconstrainedContextValue]:
5858
],
5959
BeforeValidator(map_any_value_to_trait_value),
6060
]
61+
62+
TraitValue = ContextValue

0 commit comments

Comments
 (0)