diff --git a/src/python/corrade/test/test_stridedarrayview.cpp b/src/python/corrade/test/test_stridedarrayview.cpp index d1e0e47..a475940 100644 --- a/src/python/corrade/test/test_stridedarrayview.cpp +++ b/src/python/corrade/test/test_stridedarrayview.cpp @@ -70,8 +70,6 @@ template void container(py::class_>& c) { is released */ extern "C" PYBIND11_EXPORT PyObject* PyInit_test_stridedarrayview(); PYBIND11_MODULE(test_stridedarrayview, m) { - /* These are a part of the same module in the static build, no need to - import (also can't import because there it's _magnum.*) */ py::module_::import("corrade.containers"); py::class_> containers{m, "Containers"};