From 3bbf41979e2d788a6bdcf3470c2a1652bd46857a Mon Sep 17 00:00:00 2001 From: MarcoGorelli <> Date: Thu, 3 Nov 2022 17:06:29 +0000 Subject: [PATCH] fix ci --- pandas/core/indexes/category.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandas/core/indexes/category.py b/pandas/core/indexes/category.py index 5fb82f1f9b72d..f06d118538c1a 100644 --- a/pandas/core/indexes/category.py +++ b/pandas/core/indexes/category.py @@ -4,7 +4,6 @@ Any, Hashable, ) -import warnings import numpy as np @@ -18,7 +17,6 @@ cache_readonly, doc, ) -from pandas.util._exceptions import find_stack_level from pandas.core.dtypes.common import ( is_categorical_dtype,