Open tgh19 opened 12 months ago
print(FlatDict({'a': {}}).as_dict())
should produce
{'a': {}}
but instead produces
{'a': <FlatDict id=139834437272912 {}>"}
This change fixes the functionality to print the former.
print(FlatDict({'a': {}}).as_dict())
should produce
{'a': {}}
but instead produces
{'a': <FlatDict id=139834437272912 {}>"}
This change fixes the functionality to print the former.