Skip to content

Commit

Permalink
Update v2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Nov 29, 2024
1 parent e3db971 commit aea137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion y/prices/dex/balancer/v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ class BalancerV2Pool(BalancerPool):
# internal variables to save calls in some instances
# they do not necessarily reflect real life at all times
# defaults are stored as class vars to keep instance dicts smaller
__nonweighted: bool = False
_tokens: Tuple[ERC20, ...] = None
__nonweighted: bool = False
__weights: List[int] = None

def __init__(
Expand Down

0 comments on commit aea137f

Please sign in to comment.