Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta committed Dec 6, 2024
1 parent 166bcfa commit b848938
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/test_clickhouse_client.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b848938

Please sign in to comment.