Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Nov 14, 2024
1 parent 0a12286 commit d44325a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_raster/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
import rasterio as rio

import geoutils as gu
from geoutils.raster.array import (
get_array_and_mask,
get_valid_extent,
get_xy_rotated,
)
from geoutils.raster.array import get_array_and_mask, get_valid_extent, get_xy_rotated


class TestArray:
Expand Down

0 comments on commit d44325a

Please sign in to comment.