From b16845f352f7689474280313b90a4a08e1aba3e2 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sat, 14 Dec 2024 19:42:14 +0000 Subject: [PATCH] Add return type hint --- app/playlists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/playlists.py b/app/playlists.py index 89701de..146f755 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -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.