Skip to content

Commit 30756b0

Browse files
committed
fix: explicit imports
1 parent 43a50b7 commit 30756b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LuxEnzymeExt/LuxEnzymeExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Enzyme: Enzyme, Active, Const, Duplicated
55
using EnzymeCore: EnzymeCore, Forward, Reverse
66
using Functors: fmap
77
using Setfield: @set!, @set
8-
using Static: StaticBool, False, True
8+
using Static: False, True
99

1010
using Lux: Lux, Utils, AutoDiffInternalImpl
1111
using Lux.Training: TrainingBackendCache, TrainState

0 commit comments

Comments
 (0)