Skip to content

Commit

Permalink
remove deleted batchgetindex
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed Oct 11, 2024
1 parent 7eb28dd commit b6a7476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NCDatasets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import CommonDataModel: AbstractDataset, AbstractVariable,


import DiskArrays
import DiskArrays: readblock!, writeblock!, eachchunk, haschunks, batchgetindex
import DiskArrays: readblock!, writeblock!, eachchunk, haschunks

function __init__()
NetCDF_jll.is_available() && init_certificate_authority()
Expand Down

0 comments on commit b6a7476

Please sign in to comment.