WorldDynamics.jl icon indicating copy to clipboard operation
WorldDynamics.jl copied to clipboard

Check missing and unnecessary `using` statements

Open natema opened this issue 1 year ago • 0 comments

In the tutorial Implementing a new model we have a lot of using statements, some of which I think are unnecessary. In fact, a first using ModelingToolkit is missing in the first snippet at the beginning of the section. We should also check if there are unnecessary using statements in source of the package as well.

natema avatar Apr 22 '23 14:04 natema