Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Sep 16, 2024
1 parent 9e25a5d commit 53699d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/fetch/dune.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ def get_period_slippage(self, job_id: Optional[str] = None) -> list[DuneRecord]:

return self._get_query_results(
self._parameterized_query(
QUERIES["PERIOD_SLIPPAGE"],
params=self._period_params()
QUERIES["PERIOD_SLIPPAGE"], params=self._period_params()
),
job_id,
)
Expand Down
2 changes: 0 additions & 2 deletions src/fetch/payouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,6 @@ def construct_payouts(
participation_reward = complete_payout_df["secondary_reward_cow"].sum()
quote_reward = complete_payout_df["quote_reward_cow"].sum()



dune.log_saver.print(
"Payment breakdown (ignoring service fees):\n"
f"Performance Reward: {performance_reward / 10 ** 18:.4f}\n"
Expand Down

0 comments on commit 53699d6

Please sign in to comment.