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 2c23c9e commit 4a323b0Copy full SHA for 4a323b0
openfeature/client.py
@@ -21,7 +21,7 @@
21
Reason,
22
)
23
from openfeature.hook import Hook, HookContext
24
-from openfeature.hook.hook_support import (
+from openfeature.hook._hook_support import (
25
after_all_hooks,
26
after_hooks,
27
before_hooks,
openfeature/hook/hook_support.py renamed to openfeature/hook/_hook_support.py
tests/hook/test_hook_support.py
@@ -6,7 +6,7 @@
6
from openfeature.evaluation_context import EvaluationContext
7
from openfeature.flag_evaluation import FlagEvaluationDetails, FlagType
8
9
10
11
12
0 commit comments