We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e628a00 commit 9b551a9Copy full SHA for 9b551a9
databricks/sdk/oauth.py
@@ -37,7 +37,7 @@ class AuthorizationDetail:
37
type: str
38
object_type: str
39
object_path: str
40
- actions: list[str]
+ actions: List[str]
41
42
def as_dict(self) -> dict:
43
return {
0 commit comments