File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,8 +140,7 @@ async def connect(
140140 lazy : bool = False ,
141141 runtime : temporalio .runtime .Runtime | None = None ,
142142 http_connect_proxy_config : HttpConnectProxyConfig | None = None ,
143- dns_load_balancing_config : DnsLoadBalancingConfig
144- | None = DnsLoadBalancingConfig .default ,
143+ dns_load_balancing_config : DnsLoadBalancingConfig | None = None ,
145144 header_codec_behavior : HeaderCodecBehavior = HeaderCodecBehavior .NO_CODEC ,
146145 ) -> Self :
147146 """Connect to a Temporal server.
Original file line number Diff line number Diff line change @@ -172,9 +172,7 @@ class ConnectConfig:
172172 lazy : bool = False
173173 runtime : temporalio .runtime .Runtime | None = None
174174 http_connect_proxy_config : HttpConnectProxyConfig | None = None
175- dns_load_balancing_config : DnsLoadBalancingConfig | None = (
176- DnsLoadBalancingConfig .default
177- )
175+ dns_load_balancing_config : DnsLoadBalancingConfig | None = None
178176
179177 def __post_init__ (self ) -> None :
180178 """Set extra defaults on unset properties."""
You can’t perform that action at this time.
0 commit comments