Skip to content

Commit c149f4c

Browse files
committed
sync up
2 parents 8c36780 + 1423ee3 commit c149f4c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyTigerGraph/common/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def _parse_token_response(response: dict,
116116
# Note that /requesttoken has sightly different response using username-password pair.
117117
# See https://docs.tigergraph.com/tigergraph-server/3.10/api/built-in-endpoints#_request_a_token
118118
token = response.get("results", response)["token"]
119-
120119
if setToken:
121120
apiToken = token
122121
authHeader = {'Authorization': "Bearer " + apiToken}

0 commit comments

Comments
 (0)