Skip to content

Commit 4970d70

Browse files
committed
fix python 3.7
1 parent 9b778fa commit 4970d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/sdk/oauth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def __init__(self,
539539
client_id: str,
540540
redirect_url: str = None,
541541
client_secret: str = None,
542-
scopes: list[str] = None) -> None:
542+
scopes: List[str] = None) -> None:
543543
self._host = host
544544
self._client_id = client_id
545545
self._oidc_endpoints = oidc_endpoints

0 commit comments

Comments
 (0)