formatting for pretty exporter

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

View file

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