Skip to content

Commit

Permalink
Update drake_extension_ext.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MAminSFV committed Sep 12, 2024
1 parent 01dab53 commit 6afc062
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/drake_extension_ext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class SimpleAdder : public LeafSystem<T> {
PYBIND11_MODULE(drake_extension_ext , m) {
m.doc() = "Example module interfacing with pydrake and Drake C++";

py::module::import("pydrake.systems.framework");

using T = double;

py::class_<SimpleAdder<T>, LeafSystem<T>>(m, "SimpleAdder")
Expand Down

0 comments on commit 6afc062

Please sign in to comment.