Skip to content

Commit af96901

Browse files
committed
Reordering package loading/importing order
1 parent 41b291c commit af96901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ERA5Reanalysis.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ using NCDatasets
1313
using PrettyTables
1414
using Statistics
1515

16+
import Base: show, read, download, split
17+
import GeoRegions: getLandSea
18+
1619
## Reexporting exported functions within these modules
1720
using Reexport
1821
@reexport using Dates
1922
@reexport using GeoRegions
2023
@reexport using NCDatasets: nomissing
2124

22-
import Base: show, read, download, split
23-
import GeoRegions: getLandSea
24-
2525
## Exporting the following functions:
2626
export
2727
ERA5Dataset, ERA5Hourly, ERA5Daily, ERA5Monthly,

0 commit comments

Comments
 (0)