Skip to content

Commit 05fea1a

Browse files
committed
cleanup imports
1 parent 8988ac4 commit 05fea1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractarray.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Base: show, showcompact, similar, convert, _reshape, map!, copyto!, map, copy, deepcopy
1+
import Base: similar, convert, _reshape, map!, copyto!, map, copy, deepcopy
22

33
# Dense GPU Array
44
abstract type GPUArray{T, N} <: DenseArray{T, N} end

0 commit comments

Comments
 (0)