Skip to content

Commit

Permalink
fix: typo in import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 4, 2024
1 parent d9c05ab commit b5c342d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymorize/fesom.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import xarray as xr
from pyfesom2.load_mesh_data import load_mesh
from pyfesom.regridding import fesom2regular
from pyfesom2.regridding import fesom2regular

from .pipeline import FrozenPipeline

Expand Down

0 comments on commit b5c342d

Please sign in to comment.