fix style

This commit is contained in:
flynn 2024-10-02 11:37:02 +00:00
parent 7900c37335
commit 15bc3df2c3
2 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ import shutil
from enum import Enum
from minio import Minio
from pyhdfs import HdfsClient
class CloudUploader:
def upload_directory(self, local_path, remote_blob_path, **kwargs):

View File

@ -32,9 +32,9 @@ import helpers.client
from helpers.cluster import ClickHouseCluster, ClickHouseInstance
from helpers.s3_tools import (
AzureUploader,
HDFSUploader,
LocalUploader,
S3Uploader,
HDFSUploader,
get_file_contents,
list_s3_objects,
prepare_s3_bucket,