style: pre-commit fixes

This commit is contained in:
pre-commit-ci[bot] 2024-07-26 14:47:55 +00:00
parent fd7d4d0c9b
commit 948c1d3113
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,8 @@ class TypeVar : public object {
// attr("__bound__").attr("__name__") = pybind11::detail::make_caster<T>::name;
// attr("__constraints__") = pybind11::make_tuple();
// }
// // TypeVarObject(const char *name, py::typing::Tuple<pybind11::type, pybind11::ellipse> tuple){
// // TypeVarObject(const char *name, py::typing::Tuple<pybind11::type, pybind11::ellipse>
// tuple){
// // attr("__name__") = name;
// // attr("__bound__") = py::none();
// // attr("__constraints__") = tuple;