Skip to content

Commit 4f01391

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 11fec41 commit 4f01391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/coding/variables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def __getitem__(self, key) -> np.ndarray:
110110
def get_duck_array(self):
111111
return duck_array_ops.astype(self.array.get_duck_array(), dtype=self.dtype)
112112

113+
113114
def _apply_mask(
114115
data: np.ndarray,
115116
encoded_fill_values: list,

0 commit comments

Comments
 (0)