Skip to content

Commit 5f405b4

Browse files
authored
Update HDF5.jl
1 parent c6476f0 commit 5f405b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HDF5.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module HDF5
44

55
using Compat
66

7-
using Base: unsafe_convert
8-
using Compat: StringVector, findfirst
7+
using Base: unsafe_convert, StringVector
8+
using Compat: findfirst
99

1010
import Base:
1111
close, convert, done, eltype, endof, flush, getindex, ==,

0 commit comments

Comments
 (0)