Code tidy

Tidying up after an on-forge merge conflict resolution that of course ended
up bypassing black.
This commit is contained in:
Dave Pearson
2023-03-01 16:11:54 +00:00
parent 847e2ccc1a
commit 768d4ae864

View File

@@ -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: