Skip to content

Commit

Permalink
removal trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: leohoare <leo@insight.co>
  • Loading branch information
leohoare committed Feb 3, 2025
1 parent 21ce38e commit e7b951e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ async def some_endpoint():
return create_response()
```

### Asynchronous Feature Retrieval
### Asynchronous Feature Retrieval

The OpenFeature API supports asynchronous calls, enabling non-blocking feature evaluations for improved performance, especially useful in concurrent or latency-sensitive scenarios. If a provider *hasn't* implemented asynchronous calls, the client can still be used asynchronously, but calls will be blocking (synchronous).
The OpenFeature API supports asynchronous calls, enabling non-blocking feature evaluations for improved performance, especially useful in concurrent or latency-sensitive scenarios. If a provider *hasn't* implemented asynchronous calls, the client can still be used asynchronously, but calls will be blocking (synchronous).

```python
import asyncio
Expand Down

0 comments on commit e7b951e

Please sign in to comment.