Skip to content

Commit

Permalink
Remove unused constant var
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Dec 6, 2024
1 parent a8732a8 commit e149b9d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions xcdat/regridder/regrid2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
import xarray as xr

import xcdat as xc
from xcdat.axis import VAR_NAME_MAP, get_dim_keys
from xcdat.axis import get_dim_keys
from xcdat.regridder.base import BaseRegridder, _preserve_bounds

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


class Regrid2Regridder(BaseRegridder):
def __init__(
Expand Down

0 comments on commit e149b9d

Please sign in to comment.