Skip to content

Commit 2f05967

Browse files
committed
style: Format
1 parent 87cbaf8 commit 2f05967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_griffe/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1619,7 +1619,7 @@ def deleter(self) -> Function | None:
16191619
@property
16201620
def value(self) -> str | Expr | None:
16211621
"""The attribute value."""
1622-
return cast(Attribute, self.final_target).value
1622+
return cast("Attribute", self.final_target).value
16231623

16241624
@property
16251625
def annotation(self) -> str | Expr | None:

0 commit comments

Comments
 (0)