Skip to content

Commit 7c7c445

Browse files
committed
parametrized tests.
1 parent 99fc7fb commit 7c7c445

File tree

2 files changed

+279
-449
lines changed

2 files changed

+279
-449
lines changed

src/appui/quote_column_definitions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def cell_factory(q: YQuote) -> EnhancedTableCell:
493493
if cell_class is FloatCell:
494494
kwargs["precision"] = spec.precision or q.price_hint
495495

496-
return cell_class(value, **kwargs) # type: ignore[call-arg]
496+
return cell_class(value, **kwargs)
497497

498498
return quote_column(
499499
spec.short_name,

0 commit comments

Comments
 (0)