We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6476f0 commit 5f405b4Copy full SHA for 5f405b4
src/HDF5.jl
@@ -4,8 +4,8 @@ module HDF5
4
5
using Compat
6
7
-using Base: unsafe_convert
8
-using Compat: StringVector, findfirst
+using Base: unsafe_convert, StringVector
+using Compat: findfirst
9
10
import Base:
11
close, convert, done, eltype, endof, flush, getindex, ==,
0 commit comments