We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f9160 commit d69edcdCopy full SHA for d69edcd
src/configmypy/argparse_config.py
@@ -83,7 +83,6 @@ def read_conf(self, config=None, **additional_config):
83
strict=True
84
elif self.infer_types == 'fuzzy':
85
strict=False
86
- print(f"creating inferencer for {key} of type {type(value)}")
87
type_inferencer = TypeInferencer(orig_type=type(value), strict=strict)
88
else:
89
type_inferencer = type(value)
0 commit comments