Reformat file with black

This commit is contained in:
deajan 2024-07-23 14:26:47 +02:00
parent 24096ac841
commit 8eecb2d71d

View file

@ -665,7 +665,10 @@ def config_gui(full_config: dict, config_file: str):
"repo_opts.upload_speed",
"repo_opts.download_speed",
):
if BytesConverter(full_config.g(inheritance_key)).bytes == BytesConverter(value).bytes:
if (
BytesConverter(full_config.g(inheritance_key)).bytes
== BytesConverter(value).bytes
):
continue
# Debug WIP