Skip to content

Commit

Permalink
Add more usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilith Hafner authored and ChrisRackauckas committed Sep 24, 2023
1 parent ec741f7 commit f0df32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/PyCallExt.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module PyCallExt

using PyCall: PyObject, PyAny, pyfunctionret, pyimport, hasproperty
using SciMLBase: solve
using PyCall: PyCall, PyObject, PyAny, pyfunctionret, pyimport, hasproperty
using SciMLBase: SciMLBase, solve

# SciMl uses a function's arity (number of arguments) to determine if it operates in place.
# PyCall does not preserve arity, so we inspect Python functions to find their arity.
Expand Down

0 comments on commit f0df32b

Please sign in to comment.