Skip to content

Commit ca075c6

Browse files
committed
format
1 parent 344af00 commit ca075c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: dataproxy_sdk/python/dataproxy/dp_file_adapter.py

-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ class DataProxyFileAdapter:
2222
def __init__(self, config: proto.DataProxyConfig):
2323
self.data_proxy_file = libdataproxy.DataProxyFile(config.SerializeToString())
2424

25-
2625
def close(self):
2726
self.data_proxy_file.close()
2827

29-
3028
def download_file(
3129
self, info: proto.DownloadInfo, file_path: str, file_format: proto.FileFormat
3230
):
@@ -39,7 +37,6 @@ def download_file(
3937
f"dataproxy sdk: download_file[{file_path}], type[{file_format}], size[{size}]"
4038
)
4139

42-
4340
def upload_file(
4441
self, info: proto.UploadInfo, file_path: str, file_format: proto.FileFormat
4542
):

0 commit comments

Comments
 (0)