Fixed whitespace

Removed excess line of whitespace.
This commit is contained in:
Rebecca 2025-10-29 15:49:04 +00:00 committed by Florian Bruhin
parent 1cbb6fccf0
commit 70bf4689fc
1 changed files with 0 additions and 1 deletions

View File

@ -341,7 +341,6 @@ class Config(QObject):
log.config.debug("Config option changed: {} = {}".format(
opt.name, value))
def _check_yaml(self, opt: 'configdata.Option', save_yaml: bool) -> None:
"""Make sure the given option may be set in autoconfig.yml."""
if save_yaml and opt.no_autoconfig: