Skip to content

Commit 496ec82

Browse files
committed
fix: More fixes for ruff
Signed-off-by: Brandon Groth <brandon.m.groth@gmail.com>
1 parent d71e536 commit 496ec82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fms_mo/utils/qconfig_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ def add_wanted_defaults_to_config(config, minimal: bool = True):
528528
if a wanted item is not in the config, add it w/ default value
529529
"""
530530
if not minimal:
531-
config.update( config_defaults() )
531+
config.update(config_defaults())
532532

533533

534534
def qconfig_save(

0 commit comments

Comments
 (0)