We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cbaf8 commit 2f05967Copy full SHA for 2f05967
1 file changed
src/_griffe/models.py
@@ -1619,7 +1619,7 @@ def deleter(self) -> Function | None:
1619
@property
1620
def value(self) -> str | Expr | None:
1621
"""The attribute value."""
1622
- return cast(Attribute, self.final_target).value
+ return cast("Attribute", self.final_target).value
1623
1624
1625
def annotation(self) -> str | Expr | None:
0 commit comments