Skip to content

Commit 3979b21

Browse files
committed
refactor: make JET happy
1 parent d2a44dd commit 3979b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelingToolkitNeuralNets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ModelingToolkitNeuralNets
22

33
using ModelingToolkit: @parameters, @named, ODESystem, t_nounits
4-
using IntervalSets: (..)
4+
using IntervalSets: var".."
55
using ModelingToolkitStandardLibrary.Blocks: RealInputArray, RealOutputArray
66
using Symbolics: Symbolics, @register_array_symbolic, @wrapped
77
using LuxCore: stateless_apply

0 commit comments

Comments
 (0)