Skip to content

Commit 6133b96

Browse files
authored
fix: ImportError when trying to import the TraitValue type (#224)
1 parent 71ce604 commit 6133b96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)