From af96901974e44591254532db98f3664eef1748de Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Fri, 6 Jan 2023 18:07:50 -0500 Subject: [PATCH] Reordering package loading/importing order --- src/ERA5Reanalysis.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ERA5Reanalysis.jl b/src/ERA5Reanalysis.jl index f70481ee..2b84f089 100644 --- a/src/ERA5Reanalysis.jl +++ b/src/ERA5Reanalysis.jl @@ -13,15 +13,15 @@ using NCDatasets using PrettyTables using Statistics +import Base: show, read, download, split +import GeoRegions: getLandSea + ## Reexporting exported functions within these modules using Reexport @reexport using Dates @reexport using GeoRegions @reexport using NCDatasets: nomissing -import Base: show, read, download, split -import GeoRegions: getLandSea - ## Exporting the following functions: export ERA5Dataset, ERA5Hourly, ERA5Daily, ERA5Monthly,