Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmcreynolds committed Oct 2, 2023
1 parent 85b28b8 commit 4e7ab3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyscicat/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,6 @@ def get_token(base_url, username, password):
if response.ok:
return response.json()["access_token"]

err = response.json()["error"]
logger.error(
f' Failed log in: {response.json()}'
)
Expand Down

0 comments on commit 4e7ab3c

Please sign in to comment.