From b8489387795bcbac7aad0d33064a7b1b1a4cb5aa Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 6 Dec 2024 18:40:57 +0100 Subject: [PATCH] Fix format --- tests/test_clickhouse_client.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/test_clickhouse_client.py b/tests/test_clickhouse_client.py index 53ad4b9..d17f69c 100644 --- a/tests/test_clickhouse_client.py +++ b/tests/test_clickhouse_client.py @@ -1,9 +1,11 @@ import pytest from clickhouse_driver.errors import NetworkError, ServerException -from houseplant.clickhouse_client import (ClickHouseAuthenticationError, - ClickHouseConnectionError, - ClickHouseDatabaseNotFoundError) +from houseplant.clickhouse_client import ( + ClickHouseAuthenticationError, + ClickHouseConnectionError, + ClickHouseDatabaseNotFoundError, +) @pytest.fixture