From f9d38dc20972d45733c528840c5cfe7a26be8384 Mon Sep 17 00:00:00 2001 From: Philip Nuzhnyi Date: Mon, 20 Nov 2023 14:19:14 +0000 Subject: [PATCH] fix formatting --- .flake8 | 2 +- bots/ui/pool_stats.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.flake8 b/.flake8 index 38aa33f..ab64631 100644 --- a/.flake8 +++ b/.flake8 @@ -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 diff --git a/bots/ui/pool_stats.py b/bots/ui/pool_stats.py index cbddfc6..4405247 100644 --- a/bots/ui/pool_stats.py +++ b/bots/ui/pool_stats.py @@ -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