We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8682063 commit 04e999cCopy full SHA for 04e999c
clickhouse/testcontainers/clickhouse/__init__.py
@@ -68,7 +68,7 @@ def __init__(
68
self.with_exposed_ports(self.port_to_expose)
69
70
@wait_container_is_ready(ClickhouseDriverError, ClickhouseConnectError, EOFError)
71
- def _connect(self):
+ def _connect(self) -> None:
72
if self.port_to_expose == 8123:
73
with clickhouse_connect.get_client(dsn=self.get_connection_url()) as client:
74
client.command("SELECT version()")
0 commit comments