PLW0602: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 20:05:52 +02:00
parent a7bce4cb19
commit 1dda60847e
4 changed files with 0 additions and 6 deletions

View File

@@ -91,7 +91,6 @@ def get_system_file(
def gtk_open_file(file_request: FileRequest, op_key: str) -> bool:
def returns(data: SuccessDataClass | ErrorDataClass) -> None:
global RESULT
RESULT[op_key] = data
def on_file_select(file_dialog: Gtk.FileDialog, task: Gio.Task) -> None: