Skip to content

Commit e01cb74

Browse files
authored
Remove implicit imports (#91)
1 parent 3b9c608 commit e01cb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodecZlib.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import TranscodingStreams:
2727
initialize,
2828
finalize,
2929
splitkwargs
30-
using Zlib_jll
30+
using Zlib_jll: libz
3131

3232
include("libz.jl")
3333
include("compression.jl")

0 commit comments

Comments
 (0)