Skip to content

Commit 04e999c

Browse files
authored
Add type
1 parent 8682063 commit 04e999c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/testcontainers/clickhouse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def __init__(
6868
self.with_exposed_ports(self.port_to_expose)
6969

7070
@wait_container_is_ready(ClickhouseDriverError, ClickhouseConnectError, EOFError)
71-
def _connect(self):
71+
def _connect(self) -> None:
7272
if self.port_to_expose == 8123:
7373
with clickhouse_connect.get_client(dsn=self.get_connection_url()) as client:
7474
client.command("SELECT version()")

0 commit comments

Comments
 (0)