Skip to content

Commit c63dfbf

Browse files
chore: fix imports
1 parent de2d6cd commit c63dfbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/SciMLBaseZygoteExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import Zygote: literal_getproperty
66
using SciMLBase
77
using SciMLBase: ODESolution, remake,
88
getobserved, build_solution, EnsembleSolution,
9-
NonlinearSolution, AbstractTimeseriesSolution,
10-
SciMLStructures
9+
NonlinearSolution, AbstractTimeseriesSolution
1110
using SymbolicIndexingInterface: symbolic_type, NotSymbolic, variable_index, is_observed,
1211
observed, parameter_values, state_values, current_time
1312
using RecursiveArrayTools
13+
import SciMLStructures
1414

1515
# This method resolves the ambiguity with the pullback defined in
1616
# RecursiveArrayToolsZygoteExt

0 commit comments

Comments
 (0)