Skip to content

Commit

Permalink
Revert docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-weingarden authored Nov 6, 2024
1 parent bf59f46 commit d397c90
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions madoop/mapreduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ def mapreduce(
num_reducers,
partitioner=None,
):
"""Madoop API.
The number of reducers is dynamically determined by the number of unique
keys but will not be more than num_reducers
"""
"""Madoop API."""
# pylint: disable=too-many-arguments
# Do not clobber existing output directory
output_dir = pathlib.Path(output_dir)
Expand Down

0 comments on commit d397c90

Please sign in to comment.