formatting for pretty exporter

This commit is contained in:
Suhas 2021-02-04 08:53:00 -05:00
parent c9404d013d
commit be8c48d2b0

View file

@ -83,6 +83,7 @@ class TextExporter:
class PrettyExporter(TextExporter):
names = ["pretty"]
@classmethod
def export_entry(cls, entry: Entry) -> Union[str, Any]:
return entry.pprint()