Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
oualib committed Nov 5, 2024
1 parent 8b9f53d commit d039181
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion verticapy/tests_new/core/vdataframe/test_fill.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ class TestFill:
)
@pytest.mark.parametrize(
"function_type, numeric_only, expr, by, order_by",
[("vDataFrame", None, None, None, None), ("vDataColumn", None, None, None, None)],
[
("vDataFrame", None, None, None, None),
("vDataColumn", None, None, None, None),
],
)
def test_fillna(
self,
Expand Down

0 comments on commit d039181

Please sign in to comment.