Skip to content

Commit

Permalink
use python 3.8 compatible typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwilby committed Jan 27, 2025
1 parent be883dc commit b0459e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepsensor/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ def get_index(*args, x1=True) -> Union[int, Tuple[List[int], List[int]]]:
return (x1_index, x2_index)

def stitch_clipped_predictions(
patch_preds: list[Prediction],
patch_preds: List[Prediction],
patch_overlap: int,
patches_per_row: int,
x1_ascend: bool = True,
Expand Down

0 comments on commit b0459e8

Please sign in to comment.