Trey Hoffman

Results 1 issues of Trey Hoffman

```print(FlatDict({'a': {}}).as_dict())``` should produce ```{'a': {}}``` but instead produces ```{'a': "}``` This change fixes the functionality to print the former.