Skip to content

Commit

Permalink
Fix '_init_.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich committed Dec 27, 2024
1 parent 53ef36d commit 2217bc6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pygmt/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pygmt.datasets.earth_age import load_earth_age
from pygmt.datasets.earth_day import load_blue_marble
from pygmt.datasets.earth_dist import load_earth_dist
from pygmt.datasets.earth_east_west_deflection import load_earth_east_west_deflection
from pygmt.datasets.earth_deflection import load_earth_deflection
from pygmt.datasets.earth_free_air_anomaly import load_earth_free_air_anomaly
from pygmt.datasets.earth_geoid import load_earth_geoid
from pygmt.datasets.earth_magnetic_anomaly import load_earth_magnetic_anomaly
Expand All @@ -18,9 +18,6 @@
from pygmt.datasets.earth_mean_sea_surface import load_earth_mean_sea_surface
from pygmt.datasets.earth_night import load_black_marble
from pygmt.datasets.earth_relief import load_earth_relief
from pygmt.datasets.earth_south_north_deflection import (
load_earth_south_north_deflection,
)
from pygmt.datasets.earth_vertical_gravity_gradient import (
load_earth_vertical_gravity_gradient,
)
Expand Down

0 comments on commit 2217bc6

Please sign in to comment.