Skip to content

Commit

Permalink
FIX: Remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Aug 26, 2016
1 parent cc40def commit d0c7063
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pybroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,7 @@ def tidy_to_dict(df, key='name', value='value', keys_exclude=None,
for var in keys_list}


def dict_to_tidy(dc, key='name', value='value', keys_exclude=None,
value_type=None):
def dict_to_tidy(dc, key='name', value='value', keys_exclude=None):
"""Convert a dictionary into a tidy DataFrame.
This function converts a dictionary into a "tidy" (or long-form)
Expand Down

0 comments on commit d0c7063

Please sign in to comment.