Skip to content

Commit

Permalink
black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Sep 10, 2024
1 parent d2267e3 commit 42e030b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/fetch/dune.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ def get_period_slippage(self, job_id: Optional[str] = None) -> list[DuneRecord]:
self._parameterized_query(
QUERIES["PERIOD_SLIPPAGE"],
params=self._period_params()
+ [
QueryParameter.text_type("tx_hash", "0x")
],
+ [QueryParameter.text_type("tx_hash", "0x")],
),
job_id,
)
Expand Down

0 comments on commit 42e030b

Please sign in to comment.