fix import erorr

This commit is contained in:
taiyang-li 2022-12-29 16:37:20 +08:00
parent 84f33a3114
commit d5dcf93775
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import pytest
from helpers.cluster import ClickHouseCluster
from tests.integration.helpers.test_tools import TSV
from helpers.test_tools import TSV
cluster = ClickHouseCluster(__file__)

View File

@ -2,7 +2,7 @@
import pytest
from helpers.cluster import ClickHouseCluster
from tests.integration.helpers.test_tools import TSV
from helpers.test_tools import TSV
cluster = ClickHouseCluster(__file__)