We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ImportError
TraitValue
1 parent 71ce604 commit 6133b96Copy full SHA for 6133b96
1 file changed
flag_engine/identities/traits/types.py
@@ -58,3 +58,5 @@ def _is_trait_value(value: Any) -> TypeGuard[_UnconstrainedContextValue]:
58
],
59
BeforeValidator(map_any_value_to_trait_value),
60
]
61
+
62
+TraitValue = ContextValue
0 commit comments