mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
fix style
This commit is contained in:
parent
7900c37335
commit
15bc3df2c3
@ -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):
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user