Merge pull request #71 from Curiosit/patch-3

Update formatter.py
This commit is contained in:
David Beazley
2024-07-31 10:36:32 -05:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
# tableformat.py
# formatter.py
from abc import ABC, abstractmethod
def print_table(records, fields, formatter):