Skip to content

Commit

Permalink
Remove implicit imports (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Jan 11, 2025
1 parent 3b9c608 commit e01cb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodecZlib.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import TranscodingStreams:
initialize,
finalize,
splitkwargs
using Zlib_jll
using Zlib_jll: libz

include("libz.jl")
include("compression.jl")
Expand Down

0 comments on commit e01cb74

Please sign in to comment.