Skip to content

Commit

Permalink
Update interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale committed Nov 20, 2023
1 parent 2837446 commit f79de47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane_bot/events/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ def filter_pools(self, exchange_name: str, keys: List[str] = "") -> List[Dict[st
else:
return [
pool for pool in self.state if pool["exchange_name"] == exchange_name
and pool['tkn0_decimals'] is not None
and pool['tkn1_decimals'] is not None
]

def log_pool_numbers(self, pools: List[Dict[str, Any]], exchange_name: str) -> None:
Expand Down

0 comments on commit f79de47

Please sign in to comment.