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 5fe86a3 commit ee982c1Copy full SHA for ee982c1
openfeature/flag_evaluation.py
@@ -6,7 +6,8 @@
6
from openfeature._backports.strenum import StrEnum
7
from openfeature.exception import ErrorCode
8
9
-if typing.TYPE_CHECKING: # resolves a circular dependency in type annotations
+if typing.TYPE_CHECKING: # pragma: no cover
10
+ # resolves a circular dependency in type annotations
11
from openfeature.hook import Hook, HookHints
12
13
0 commit comments