Skip to content

Commit 24d479f

Browse files
committed
Keep black happy
1 parent 9404af0 commit 24d479f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/widgets/_button.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class Pressed(Message, bubble=True):
156156
Attributes:
157157
button (Button): The button that was pressed.
158158
"""
159+
159160
@property
160161
def button(self) -> Button:
161162
return cast(Button, self.sender)

0 commit comments

Comments
 (0)