Skip to content

Commit

Permalink
Update import
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Jan 8, 2025
1 parent ad0e372 commit 74c2ee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pytesmo/interpolate/dctpls.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
import warnings
import scipy.optimize as opt
import numpy as np
from typing import Literal, Optional, Union, Tuple
from typing_extensions import Annotated
from typing import Literal, Optional, Union, Tuple, Annotated
from dataclasses import dataclass
from scipy.fftpack import dct, idct
from scipy.ndimage import distance_transform_edt
Expand Down

0 comments on commit 74c2ee5

Please sign in to comment.