From d397c90d0198a70600f32f5e5dd18a8c1aae7001 Mon Sep 17 00:00:00 2001 From: noah-weingarden <33741795+noah-weingarden@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:47:13 -0500 Subject: [PATCH] Revert docstring --- madoop/mapreduce.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/madoop/mapreduce.py b/madoop/mapreduce.py index 4b74b98..2d83edf 100644 --- a/madoop/mapreduce.py +++ b/madoop/mapreduce.py @@ -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)