Skip to content

Commit

Permalink
black .
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Mar 26, 2024
1 parent 0d5e1f2 commit 8f1897e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsp_permissions_scripts/utils/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def _get_login_credentials(host: str) -> tuple[str, str]:
def login(host: str) -> DspClient:
"""
Create a DspClient instance that will handle the network traffic to the DSP server.
Args:
host: DSP server
Returns:
dsp_client: client that knows how to access the DSP server (i.e. that has a token)
"""
Expand Down

0 comments on commit 8f1897e

Please sign in to comment.