Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangJYu committed Nov 28, 2023
1 parent 654cb17 commit a122bd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/disp_s1/browse_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
from dolphin._types import Filename
from numpy.typing import ArrayLike
from PIL import Image
from product_info import DISP_PRODUCT_NAMES

from .product_info import DISP_PRODUCT_NAMES


def _normalize_apply_gamma(arr: ArrayLike, gamma=1.0) -> np.ndarray:
Expand Down

0 comments on commit a122bd9

Please sign in to comment.