docs: add NoOpProvider import to config sample (#68)
This commit is contained in:
parent
504a3af5c0
commit
643d9fa34f
|
|
@ -63,6 +63,7 @@ In order to use the sdk there is some minor configuration. Follow the script bel
|
|||
|
||||
```python
|
||||
from open_feature import open_feature_api
|
||||
from open_feature.provider.no_op_provider import NoOpProvider
|
||||
|
||||
open_feature_api.set_provider(NoOpProvider())
|
||||
open_feature_client = open_feature_api.get_client()
|
||||
|
|
|
|||
Loading…
Reference in New Issue