docs: add NoOpProvider import to config sample (#68)

This commit is contained in:
Tom Carrio 2023-01-03 10:04:41 -05:00 committed by GitHub
parent 504a3af5c0
commit 643d9fa34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()