Add return type hint

This commit is contained in:
Keith Edmunds 2024-12-14 19:42:14 +00:00
parent 42b5c2413c
commit b16845f352

View File

@ -657,7 +657,7 @@ class PlaylistTab(QTableView):
"Copy track path", lambda: self._copy_path(model_row_number)
)
def _cancel_audacity(self):
def _cancel_audacity(self) -> None:
"""
Cancel Audacity editing. We don't do anything with Audacity, just "forget"
that we have an edit open.