diff --git a/common/kernel/pybindings.cc b/common/kernel/pybindings.cc index 9a783eb4..f738f081 100644 --- a/common/kernel/pybindings.cc +++ b/common/kernel/pybindings.cc @@ -191,8 +191,7 @@ PYBIND11_EMBEDDED_MODULE(MODULE_NAME, m) ci_cls, "params"); readonly_wrapper>::def_wrap( ci_cls, "ports"); - readwrite_wrapper, - conv_from_str>::def_wrap(ci_cls, "bel"); + readonly_wrapper>::def_wrap(ci_cls, "bel"); readwrite_wrapper, pass_through>::def_wrap(ci_cls, "belStrength");