Skip to content

Commit e149b9d

Browse files
committed
Remove unused constant var
1 parent a8732a8 commit e149b9d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

xcdat/regridder/regrid2.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44
import xarray as xr
55

66
import xcdat as xc
7-
from xcdat.axis import VAR_NAME_MAP, get_dim_keys
7+
from xcdat.axis import get_dim_keys
88
from xcdat.regridder.base import BaseRegridder, _preserve_bounds
99

10-
# Spatial axes keys used to map to the axes in an input data variable to build
11-
# the output variable.
12-
VALID_SPATIAL_AXES_KEYS = ["X", "Y"] + VAR_NAME_MAP["X"] + VAR_NAME_MAP["Y"]
13-
1410

1511
class Regrid2Regridder(BaseRegridder):
1612
def __init__(

0 commit comments

Comments
 (0)