fix darglint
This commit is contained in:
parent
cd91136de6
commit
bb8d7c5d15
@ -1263,7 +1263,7 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
|||||||
value: The value of the attribute.
|
value: The value of the attribute.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
SetUndefinedStateVar: If a value of a var is set without first defining it.
|
SetUndefinedStateVarError: If a value of a var is set without first defining it.
|
||||||
"""
|
"""
|
||||||
if isinstance(value, MutableProxy):
|
if isinstance(value, MutableProxy):
|
||||||
# unwrap proxy objects when assigning back to the state
|
# unwrap proxy objects when assigning back to the state
|
||||||
|
Loading…
Reference in New Issue
Block a user