Skip to content

Commit 38d1772

Browse files
authored
Remove unused type variable (#85)
1 parent a970899 commit 38d1772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/preprocessing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ function _channelview(img)
212212
return chview
213213
end
214214

215-
function _colorview(C::Type{<:Color}, img) where T
215+
function _colorview(C::Type{<:Color}, img)
216216
if size(img, 1) == 1
217217
img = reshape(img, size(img)[2:end])
218218
end

0 commit comments

Comments
 (0)