Skip to content

Commit 9b551a9

Browse files
committed
Fix List typing
1 parent e628a00 commit 9b551a9

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
@@ -37,7 +37,7 @@ class AuthorizationDetail:
3737
type: str
3838
object_type: str
3939
object_path: str
40-
actions: list[str]
40+
actions: List[str]
4141

4242
def as_dict(self) -> dict:
4343
return {

0 commit comments

Comments
 (0)