From e6c215e0b91d3ef39c4e67978330ab246f05a6f2 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Fri, 26 Jun 2020 10:22:07 +0100 Subject: [PATCH] CI: lint failure on master --- pandas/core/apply.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/core/apply.py b/pandas/core/apply.py index 102c457f94a95..9c223d66b727b 100644 --- a/pandas/core/apply.py +++ b/pandas/core/apply.py @@ -6,7 +6,6 @@ from pandas._config import option_context -from pandas._libs import reduction as libreduction from pandas._typing import Axis from pandas.util._decorators import cache_readonly