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.
1 parent 5ffcebf commit 3dfcaa5Copy full SHA for 3dfcaa5
flag_engine/result/types.py
@@ -4,7 +4,9 @@
4
5
from __future__ import annotations
6
7
-from typing import Any, Dict, List, NotRequired, TypedDict
+from typing import Any, Dict, List, TypedDict
8
+
9
+from typing_extensions import NotRequired
10
11
12
class FlagResult(TypedDict):
0 commit comments