Trey Hoffman
Results
4
comments of
Trey Hoffman
I have a PR out that should fix this https://github.com/gmr/flatdict/pull/57 ``` print(FlatDict({'a': {}, 'b': []}).as_dict()) {'a': {}, 'b': []} ```
I have a PR out that should fix this https://github.com/gmr/flatdict/pull/57 ``` print(FlatDict({'a': {}, 'b': []}).as_dict()) {'a': {}, 'b': []} ```
Doing the lords work here @mpadge