Skip to content

Commit

Permalink
remove trailing comma (pandas-dev#36441)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrosse91 authored and Kevin D Smith committed Nov 2, 2020
1 parent bbd3d23 commit bec3e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/groupby/transform/test_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def func_1(values, index):

@td.skip_if_no("numba", "0.46.0")
@pytest.mark.parametrize(
"agg_func", [["min", "max"], "min", {"B": ["min", "max"], "C": "sum"}],
"agg_func", [["min", "max"], "min", {"B": ["min", "max"], "C": "sum"}]
)
def test_multifunc_notimplimented(agg_func):
data = DataFrame(
Expand Down

0 comments on commit bec3e65

Please sign in to comment.