mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Code tidy
Tidying up after an on-forge merge conflict resolution that of course ended up bypassing black.
This commit is contained in:
@@ -40,7 +40,7 @@ class ListItem(Widget, can_focus=False):
|
||||
|
||||
class _ChildClicked(Message):
|
||||
"""For informing with the parent ListView that we were clicked"""
|
||||
|
||||
|
||||
sender: "ListItem"
|
||||
|
||||
def on_click(self, event: events.Click) -> None:
|
||||
|
||||
Reference in New Issue
Block a user