Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: remove unused explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Aug 30, 2024
1 parent bc8e8fc commit c8c3a8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/LuxLib.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module LuxLib

using Compat: @compat
using Random: AbstractRNG
using Reexport: @reexport
using Static: Static, known
using UnrolledUtilities: unrolled_filter
Expand All @@ -10,7 +9,7 @@ using ChainRulesCore: ChainRulesCore, NoTangent

using LuxCore: LuxCore
using MLDataDevices: get_device_type, AbstractGPUDevice
using NNlib: NNlib, ConvDims, σ
using NNlib: NNlib

const Optional{T} = Union{Nothing, T}
const Numeric = Union{AbstractArray{<:T}, T} where {T <: Number}
Expand Down

0 comments on commit c8c3a8b

Please sign in to comment.