Skip to content

Commit eff101b

Browse files
committed
Update blockchain_client.py
1 parent 236b225 commit eff101b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/models/blockchain_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,7 @@ def _get_next_rpc_provider(self) -> None:
142142
logger.warning(warning_message)
143143

144144
if self.slack_notifier:
145-
self.slack_notifier.send_info_notification(
146-
message=warning_message, title="RPC Provider Rotation"
147-
)
145+
self.slack_notifier.send_info_notification(message=warning_message, title="RPC Provider Rotation")
148146

149147
self._connect_to_rpc()
150148

0 commit comments

Comments
 (0)