fix isort

This commit is contained in:
MikhailBurdukov 2024-10-24 10:38:19 +00:00
parent b0977923fb
commit 961fb88901
2 changed files with 2 additions and 4 deletions

View File

@ -5,7 +5,6 @@ import socketserver
import sys
import urllib.parse
UPSTREAM_HOST = "minio1:9001"
random.seed("No list objects/1.0")

View File

@ -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__))