Skip to content

Commit 4a41ae4

Browse files
fmt
1 parent 18cd37b commit 4a41ae4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

databricks/sdk/mixins/files.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,19 +738,16 @@ class UploadStreamResult:
738738
"""Result of an upload from stream operation. Currently empty, but can be extended in the future."""
739739

740740

741-
742741
@dataclass
743742
class UploadFileResult:
744743
"""Result of an upload from file operation. Currently empty, but can be extended in the future."""
745744

746745

747-
748746
@dataclass
749747
class DownloadFileResult:
750748
"""Result of a download to file operation. Currently empty, but can be extended in the future."""
751749

752750

753-
754751
class FilesExt(files.FilesAPI):
755752
__doc__ = files.FilesAPI.__doc__
756753

0 commit comments

Comments
 (0)