Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
callmephilip committed Nov 20, 2023
1 parent 9ac1c06 commit f9d38dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[flake8]
select = B,B9,BLK,C,E,F,S,W
ignore = E203,E501,W503
ignore = E203,E501,W503,W291
per-file-ignores = tests/*:S101
max-line-length = 88
2 changes: 1 addition & 1 deletion bots/ui/pool_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async def render(self, pool: LiquidityPool, tvl: float) -> str:
> - {token1_volume}
> - ~{volume} volume this epoch
> - ~{fees} fees this epoch
>
>
> [Deposit 🐖]({deposit_url}) ● [Incentivize 🙋]({incentivize_url})
""".format(
**template_args
Expand Down

0 comments on commit f9d38dc

Please sign in to comment.