Skip to content

Commit

Permalink
remove annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathf committed Apr 9, 2024
1 parent 78afd64 commit 6ab50eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bind/solution/solution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void init_solution(py::module_ &m) {
py::scoped_ostream_redirect stream(
std::cout, py::module_::import("sys").attr("stdout"));
vroom::io::write_to_json(solution, geometry, "");
}, py::arg("solution"), py::arg("geometry") = false)
})
.def_readwrite("code", &vroom::Solution::code)
.def_readwrite("error", &vroom::Solution::error)
.def_readonly("summary", &vroom::Solution::summary)
Expand Down

0 comments on commit 6ab50eb

Please sign in to comment.