File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ You can configure the CloudBees provider by doing the following:
3737
3838``` python
3939from openfeature import api
40- from openfeature.api import EvaluationContext
4140from cloudbees.provider import CloudbeesProvider
4241
4342appKey = ' INSERT_APP_KEY_HERE'
Original file line number Diff line number Diff line change 11from typing import List , Optional , Union
2- from openfeature .api import EvaluationContext
2+ from openfeature .evaluation_context import EvaluationContext
33
44from openfeature .flag_evaluation import FlagResolutionDetails
5- from openfeature .api import Hook
5+ from openfeature .hook import Hook
66from openfeature .provider .metadata import Metadata
77from openfeature .provider .provider import AbstractProvider
88from rox .server .rox_server import Rox
Original file line number Diff line number Diff line change 11from openfeature import api
22from openfeature .exception import ErrorCode
33from openfeature .flag_evaluation import Reason
4- from openfeature .api import EvaluationContext
4+ from openfeature .evaluation_context import EvaluationContext
55from cloudbees .provider import CloudbeesProvider
66import unittest
77from rox .server .rox_options import RoxOptions
You can’t perform that action at this time.
0 commit comments