From b1aab5df4af9b3e22eead547eb01b42956bab8dc Mon Sep 17 00:00:00 2001 From: Erfan Nariman Date: Mon, 21 Sep 2020 22:25:47 +0200 Subject: [PATCH] remove not existing argument --- pandas/core/algorithms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/core/algorithms.py b/pandas/core/algorithms.py index 50d1810fee30d..edacacd3e26bd 100644 --- a/pandas/core/algorithms.py +++ b/pandas/core/algorithms.py @@ -278,7 +278,6 @@ def _check_object_for_strings(values) -> str: Parameters ---------- values : ndarray - ndtype : str Returns -------