Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tburm committed Jan 21, 2025
1 parent 87424ca commit bd7554e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ with redemptions as (
'week',
block_timestamp + INTERVAL '6 day'
) - INTERVAL '6 day' as epoch_start,
"caller" as account,
"caller" as account, -- noqa
{{ convert_wei('leveraged_token_amount') }} * CAST(
REGEXP_REPLACE(
token,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ with trades as (
transaction_hash,
contract,
event_name,
"caller" as account,
"caller" as account, -- noqa
token,
cast(
regexp_replace(token, '.*_(long|short)', '') as int
Expand Down

0 comments on commit bd7554e

Please sign in to comment.