Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 14, 2019
1 parent f15c9d0 commit fc61270
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_basic_ops_dynamic.py
Expand Up @@ -57,8 +57,7 @@ def test_negative_membership(attmap_type, entries):


@pytest.mark.parametrize(
"series",
[Series(data) for data in [("a", 1), [("b", 2), ("c", 3)], []]])
"series", [Series(data) for data in [("a", 1), [("b", 2), ("c", 3)], []]])
def test_add_pandas_series(series, attmap_type):
""" A pandas Series can be used as a simple container of entries to add. """
m = get_att_map(attmap_type)
Expand Down

0 comments on commit fc61270

Please sign in to comment.