Update resampler.py
Browse files- resampler.py +1 -1
resampler.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from functools import partial
|
2 |
-
from typing import Optional, Tuple
|
3 |
import numpy as np
|
4 |
import warnings
|
5 |
|
|
|
1 |
from functools import partial
|
2 |
+
from typing import Optional, Tuple, List
|
3 |
import numpy as np
|
4 |
import warnings
|
5 |
|