From 10ec56790efeb0566e332eecf45213578dce4184 Mon Sep 17 00:00:00 2001 From: Ahmad Date: Fri, 24 Mar 2023 13:20:41 +0300 Subject: [PATCH] removed nanops.py --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1bc530df74e87..000bdea47c55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -297,8 +297,6 @@ exclude = [ "pandas/io/*" = ["PLW2901"] "pandas/tests/*" = ["PLW2901"] "pandas/plotting/*" = ["PLW2901"] -# TCH to be enabled gradually -"pandas/core/nanops.py" = ["TCH"] # Keep this one enabled "pandas/_typing.py" = ["TCH"]