We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ImportError
TraitValue
1 parent 71ce604 commit 6aefb85Copy full SHA for 6aefb85
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