From 5b9c8368d6539343531d5f3b4f58d8a703ce5476 Mon Sep 17 00:00:00 2001 From: Shannon Sands Date: Fri, 23 May 2025 11:16:17 +1000 Subject: [PATCH] linting --- atroposlib/utils/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atroposlib/utils/cli.py b/atroposlib/utils/cli.py index ae1e1f07..1a7ec4db 100644 --- a/atroposlib/utils/cli.py +++ b/atroposlib/utils/cli.py @@ -118,7 +118,7 @@ def adjust_model_defaults( and field_info.description is not None ): field_kwargs["description"] = field_info.description - + # If the original field had a default_factory and we're not explicitly overriding with a value, # preserve the default_factory if field_info.default_factory is not None and defaults_dict[name] is None: