make format

This commit is contained in:
Suhas 2021-02-01 18:40:50 -05:00
parent 318e45e2ad
commit cbc59755d7

View file

@ -42,7 +42,7 @@ def deserialize_config_args(input: list) -> dict:
cfg_value = True
elif cfg_value.lower() == "false":
cfg_value = False
runtime_modifications[cfg_key] = cfg_value
return runtime_modifications