Skip to content
Snippets Groups Projects
Commit ef23650d authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler Committed by dune-community-bulldozer[bot]
Browse files

[python] drop obsolete init

parent c4a4de3b
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,6 @@ PYBIND11_MODULE(_la, m)
using namespace pybind11::literals;
namespace LA = Dune::XT::LA;
Dune::XT::Common::bindings::add_initialization(m, "dune.xt.la", "_la");
py::module::import("dune.xt.common");
LA::bind_Backends(m);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment