Skip to content

Commit e8db909

Browse files
christiangnrdmaleadt
authored andcommitted
Silence 1.12 warning
1 parent 43bb27c commit e8db909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JLArrays/src/JLArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Base.convert(::Type{T}, x::T) where T <: JLArray = x
240240

241241
## broadcast
242242

243-
using Base.Broadcast: BroadcastStyle, Broadcasted
243+
import Base.Broadcast: BroadcastStyle, Broadcasted
244244

245245
struct JLArrayStyle{N} <: AbstractGPUArrayStyle{N} end
246246
JLArrayStyle{M}(::Val{N}) where {N,M} = JLArrayStyle{N}()

0 commit comments

Comments
 (0)