Tighten configuration and export handling
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from typing import List
|
||||
|
||||
from tabulate import tabulate
|
||||
from .base import Formatter
|
||||
|
||||
from ..types import ReportRow
|
||||
from .base import Formatter
|
||||
|
||||
|
||||
class TableFormatter(Formatter):
|
||||
|
||||
Reference in New Issue
Block a user