Skip to content

Commit

Permalink
fix: Docstring in authenticated_client (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Nov 5, 2024
1 parent 5383df7 commit b9e54f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-rattler/rattler/networking/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ def authenticated_client() -> Client:
>>> Client.authenticated_client()
Client()
>>>
```
"""
return Client([AuthenticationMiddleware()])

0 comments on commit b9e54f0

Please sign in to comment.