Skip to content

Commit

Permalink
Add note about mystery import in simple.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Mar 16, 2018
1 parent 0e4f7f2 commit d50bf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/afw/table/simple/simple.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PySimpleTable declareSimpleTable(py::module &mod) {
} // namespace lsst::afw::table::<anonymous>

PYBIND11_PLUGIN(simple) {
py::module::import("lsst.afw.coord");
py::module::import("lsst.afw.coord"); // needed, but why? Perhaps can be removed after RFC-460
py::module::import("lsst.afw.table.base");
py::module::import("lsst.afw.table.idFactory");

Expand Down

0 comments on commit d50bf30

Please sign in to comment.