Add return type hint
This commit is contained in:
parent
42b5c2413c
commit
b16845f352
@ -657,7 +657,7 @@ class PlaylistTab(QTableView):
|
|||||||
"Copy track path", lambda: self._copy_path(model_row_number)
|
"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"
|
Cancel Audacity editing. We don't do anything with Audacity, just "forget"
|
||||||
that we have an edit open.
|
that we have an edit open.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user