Skip to content

Commit

Permalink
Fix typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Jan 12, 2024
1 parent 7f934b6 commit b0674ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repurpose/img2ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def _read_image(self, date, target_grid):
def _write_orthogonal(self,
cell: int,
target_grid: CellGrid,
celldata: dict[str, np.ndarray],
celldata: dict,
timestamps: np.ndarray):
"""
Write time series in OrthoMultiTs format.
Expand Down

0 comments on commit b0674ac

Please sign in to comment.