From c65cfd55bb0ee16a2d03b4ed2b2cf329b13870dc Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Thu, 2 Mar 2023 10:13:25 +0100 Subject: [PATCH] Reformat file with black --- npbackup/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npbackup/__main__.py b/npbackup/__main__.py index 8c709ee..45442c6 100644 --- a/npbackup/__main__.py +++ b/npbackup/__main__.py @@ -305,7 +305,7 @@ This is free software, and you are welcome to redistribute it under certain cond result = sg.Popup( "{}\n\n{}".format(message, _t("config_gui.create_new_config")), custom_text=(_t("generic._yes"), _t("generic._no")), - keep_on_top=True + keep_on_top=True, ) if result == _t("generic._yes"): config_dict = config_gui(config_dict, CONFIG_FILE)