Skip to content

Commit

Permalink
DAS-2108: organize the other files imports
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear committed Apr 16, 2024
1 parent da4a015 commit ea5a2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions tests/unit/test_browse.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from rasterio.warp import Resampling
from xarray import DataArray


from harmony_browse_image_generator.browse import (
convert_mulitband_to_raster,
convert_singleband_to_raster,
Expand All @@ -34,11 +33,11 @@
validate_file_type,
)
from harmony_browse_image_generator.color_utility import (
OPAQUE,
TRANSPARENT,
convert_colormap_to_palette,
get_color_palette,
palette_from_remote_colortable,
OPAQUE,
TRANSPARENT,
)
from harmony_browse_image_generator.exceptions import HyBIGError
from tests.unit.utility import rasterio_test_file
Expand Down
1 change: 0 additions & 1 deletion tests/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from harmony.util import bbox_to_geometry
from pystac import Asset, Catalog, Item


Granule = namedtuple('Granule', ['url', 'media_type', 'roles'])


Expand Down

0 comments on commit ea5a2a1

Please sign in to comment.