Skip to content

Commit

Permalink
refactor: mark hook_support module as private/internal (#303)
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Bond <federicobond@gmail.com>
  • Loading branch information
federicobond authored Mar 25, 2024
1 parent 2c23c9e commit 4a323b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openfeature/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Reason,
)
from openfeature.hook import Hook, HookContext
from openfeature.hook.hook_support import (
from openfeature.hook._hook_support import (
after_all_hooks,
after_hooks,
before_hooks,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/hook/test_hook_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from openfeature.evaluation_context import EvaluationContext
from openfeature.flag_evaluation import FlagEvaluationDetails, FlagType
from openfeature.hook import Hook, HookContext
from openfeature.hook.hook_support import (
from openfeature.hook._hook_support import (
after_all_hooks,
after_hooks,
before_hooks,
Expand Down

0 comments on commit 4a323b0

Please sign in to comment.