Skip to content

Commit 8df4d41

Browse files
ronpalhaakonvt
andauthored
Update cognite/client/credentials.py
Co-authored-by: Håkon V. Treider <[email protected]>
1 parent ffce322 commit 8df4d41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cognite/client/credentials.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ def scope_string(self) -> str:
373373
return " ".join(self.__scopes)
374374

375375
def _get_device_authorization_endpoint(self) -> str:
376-
"""Get device authorization endpoint."""
377376
# First try MSAL authority object
378377
if self.__app.authority and (
379378
device_auth_endpoint := getattr(self.__app.authority, "device_authorization_endpoint", None)

0 commit comments

Comments
 (0)