Quick fixes & tests
This commit is contained in:
@@ -6,7 +6,7 @@ from ..types import ReportRow
|
||||
class HTMLFormatter(Formatter):
|
||||
"""Форматтер для экспорта отчёта в HTML."""
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
def __init__(self, **_kwargs):
|
||||
super().__init__()
|
||||
|
||||
def format(self, rows: List[ReportRow]) -> str:
|
||||
|
||||
Reference in New Issue
Block a user