cleanup unused check (#3590)
This commit is contained in:
parent
f1dafc0373
commit
ad1d82f7ad
@ -401,11 +401,7 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
||||
|
||||
# Create a fresh copy of the backend variables for this instance
|
||||
self._backend_vars = copy.deepcopy(
|
||||
{
|
||||
name: item
|
||||
for name, item in self.backend_vars.items()
|
||||
if name not in self.computed_vars
|
||||
}
|
||||
{name: item for name, item in self.backend_vars.items()}
|
||||
)
|
||||
|
||||
def __repr__(self) -> str:
|
||||
|
Loading…
Reference in New Issue
Block a user