Skip to content

Commit

Permalink
Remove pre 1.9 check for extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcremer committed May 2, 2024
1 parent 86417a1 commit b9905ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ext/RastersZarrDatasetsExt/RastersZarrDatasetsExt.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
module RastersZarrDatasetsExt

@static if isdefined(Base, :get_extension) # julia < 1.9
using Rasters, ZarrDatasets, CommonDataModel
else
using ..Rasters, ..GRIBDatasets, ..CommonDataModel
end
using Rasters, CommonDataModel
using ZarrDatasets: ZarrDatasets as ZD

import DiskArrays,
FillArrays,
Expand Down

0 comments on commit b9905ce

Please sign in to comment.