Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-vdberg committed Jan 15, 2025
1 parent 56244a5 commit 534ec85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fetch/transfer_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ def manual_propose( # pylint: disable=too-many-arguments, too-many-positional-a
assert slack_channel is not None

post_to_slack(
slack_client,
slack_client, #type: ignore
channel=slack_channel,
message=(
f"""Solver Rewards dry-run results for network {config.dune_config.dune_blockchain}
More details in thread"""
),
sub_messages=log_saver_obj.get_values(),
sub_messages=log_saver_obj.get_values(), #type: ignore
)


Expand Down

0 comments on commit 534ec85

Please sign in to comment.