We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73572f7 commit cb03b29Copy full SHA for cb03b29
docs/interceptors.md
@@ -234,7 +234,7 @@ the authorization header.
234
=== "Async"
235
236
```python
237
- from contextvars import ContextVar, Token
+ from contextvars import ContextVar
238
239
_auth_token = ContextVar["auth_token"]("current_auth_token")
240
@@ -248,7 +248,7 @@ the authorization header.
248
=== "Sync"
249
250
251
252
253
254
0 commit comments