Skip to content

Commit 3dfcaa5

Browse files
committed
fix typing
1 parent 5ffcebf commit 3dfcaa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flag_engine/result/types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
from __future__ import annotations
66

7-
from typing import Any, Dict, List, NotRequired, TypedDict
7+
from typing import Any, Dict, List, TypedDict
8+
9+
from typing_extensions import NotRequired
810

911

1012
class FlagResult(TypedDict):

0 commit comments

Comments
 (0)