From 008c370ba47d03f98b7e72774646b09bf1f1ed4d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 02:06:52 +0000 Subject: [PATCH] style: pre-commit fixes --- include/pybind11/cast.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/pybind11/cast.h b/include/pybind11/cast.h index 7753d8f0d..a2040ad86 100644 --- a/include/pybind11/cast.h +++ b/include/pybind11/cast.h @@ -1329,7 +1329,6 @@ object object_or_cast(T &&o) { return pybind11::cast(std::forward(o)); } - #if defined(PYBIND11_CPP17) // Declared in pytypes.h: // Written here so make_caster can be used