Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Feb 16, 2024
1 parent d326f2c commit cf97e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_ops_regrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
import xarray as xr
from roocs_grids import get_grid_file, grid_dict

from _common import ATLAS_v1_CORDEX # noqa
from _common import ATLAS_v1_EOBS_GRID # noqa
from _common import (
from _common import ( # noqa
CMIP5_MRSOS_ONE_TIME_STEP,
CMIP6_ATM_VERT_ONE_TIMESTEP,
CMIP6_IITM_EXTENT,
CMIP6_OCE_HALO_CNRM,
CMIP6_TOS_ONE_TIME_STEP,
ATLAS_v0_CORDEX_ANT,
ATLAS_v1_CORDEX,
ATLAS_v1_EOBS_GRID,
ContextLogger,
)
from clisops.core.regrid import XESMF_MINIMUM_VERSION, weights_cache_init, xe
Expand Down

0 comments on commit cf97e58

Please sign in to comment.