mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
fix isort
This commit is contained in:
parent
b0977923fb
commit
961fb88901
@ -5,7 +5,6 @@ import socketserver
|
||||
import sys
|
||||
import urllib.parse
|
||||
|
||||
|
||||
UPSTREAM_HOST = "minio1:9001"
|
||||
random.seed("No list objects/1.0")
|
||||
|
||||
|
@ -1,13 +1,12 @@
|
||||
import logging
|
||||
import pytest
|
||||
import os
|
||||
|
||||
import pytest
|
||||
|
||||
from helpers.cluster import ClickHouseCluster
|
||||
from helpers.mock_servers import start_mock_servers
|
||||
|
||||
from helpers.s3_tools import prepare_s3_bucket
|
||||
|
||||
|
||||
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user