Skip to content

Commit 87119f5

Browse files
committed
fix non-concrete type
1 parent b422c1d commit 87119f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/async-hdf5-data.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using HDF5
1313
is_source => true
1414
)
1515

16-
const AsyncCommsType = @static VERSION < v"0.6-" ? Task : Channel
16+
const AsyncCommsType = @static VERSION < v"0.6-" ? Task : Channel{Any}
1717

1818
type AsyncHDF5DataLayerState <: LayerState
1919
layer :: AsyncHDF5DataLayer

0 commit comments

Comments
 (0)