Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Buchnik, Yehonatan <[email protected]>
  • Loading branch information
yontyon committed Jan 23, 2025
1 parent f49bdb0 commit af3ed2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openfl/transport/grpc/aggregator_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,9 @@ def __init__(
self.root_certificate = root_certificate
self.certificate = certificate
self.private_key = private_key
self.sleeping_policy = ConstantBackoff(int(kwargs.get("client_reconnect_interval", 1)), getLogger(__name__), self.uri)
self.sleeping_policy = ConstantBackoff(
int(kwargs.get("client_reconnect_interval", 1)), getLogger(__name__), self.uri
)
self.logger = getLogger(__name__)

if not self.use_tls:
Expand Down

0 comments on commit af3ed2b

Please sign in to comment.