mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-31 07:10:30 +00:00
style: pre-commit fixes
This commit is contained in:
parent
4a443a7adf
commit
008c370ba4
@ -1329,7 +1329,6 @@ object object_or_cast(T &&o) {
|
||||
return pybind11::cast(std::forward<T>(o));
|
||||
}
|
||||
|
||||
|
||||
#if defined(PYBIND11_CPP17)
|
||||
// Declared in pytypes.h:
|
||||
// Written here so make_caster<T> can be used
|
||||
|
Loading…
Reference in New Issue
Block a user