From aea137ffbbaacf248a5a47f8093002062f8c6501 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:35:40 -0400 Subject: [PATCH] Update v2.py --- y/prices/dex/balancer/v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/y/prices/dex/balancer/v2.py b/y/prices/dex/balancer/v2.py index 5e4b9a64e..abf69ba54 100644 --- a/y/prices/dex/balancer/v2.py +++ b/y/prices/dex/balancer/v2.py @@ -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__(