Skip to content

Commit c4845d2

Browse files
committed
clarify typing
1 parent 407209c commit c4845d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flag_engine/context/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FeatureValue(TypedDict):
3030

3131
class IdentityContext(TypedDict):
3232
identifier: str
33-
key: str
33+
key: NotRequired[str]
3434
traits: NotRequired[Dict[str, ContextValue]]
3535

3636

0 commit comments

Comments
 (0)