Skip to content

Commit c1cfe5f

Browse files
committed
run ruff
1 parent 17caa13 commit c1cfe5f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

xcube_resampling/affine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import math
2323
from collections.abc import Iterable, Sequence
2424

25-
import dask
2625
import dask.array as da
2726
import numpy as np
2827
import xarray as xr

xcube_resampling/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2020
# DEALINGS IN THE SOFTWARE.
2121

22+
import warnings
2223
from collections.abc import Callable, Hashable, Iterable, Mapping, Sequence
2324
from dataclasses import dataclass
24-
import warnings
2525

2626
import dask.array as da
2727
import numpy as np

0 commit comments

Comments
 (0)