Skip to content

Commit

Permalink
docs: add NoOpProvider import to config sample (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio authored Jan 3, 2023
1 parent 504a3af commit 643d9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 643d9fa

Please sign in to comment.