From 948c1d3113fe5ee17374434211925e3e0194e367 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:47:55 +0000 Subject: [PATCH] style: pre-commit fixes --- include/pybind11/typing.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/pybind11/typing.h b/include/pybind11/typing.h index 8d5fe07e3..683535e75 100644 --- a/include/pybind11/typing.h +++ b/include/pybind11/typing.h @@ -140,7 +140,8 @@ class TypeVar : public object { // attr("__bound__").attr("__name__") = pybind11::detail::make_caster::name; // attr("__constraints__") = pybind11::make_tuple(); // } -// // TypeVarObject(const char *name, py::typing::Tuple tuple){ +// // TypeVarObject(const char *name, py::typing::Tuple +// tuple){ // // attr("__name__") = name; // // attr("__bound__") = py::none(); // // attr("__constraints__") = tuple;