Update resampler.py (#45)
Browse files- Update resampler.py (585890d29b440e43c32ad8fedb5a8579aa244be1)
- Update resampler.py (dd98ddb3845e288e3f7e2abf0d25f3eedbdf5d1c)
Co-authored-by: Ekaterina Aidova <[email protected]>
- resampler.py +1 -1
resampler.py
CHANGED
|
@@ -16,7 +16,7 @@
|
|
| 16 |
import warnings
|
| 17 |
from functools import partial
|
| 18 |
from typing import Optional
|
| 19 |
-
from typing import Tuple
|
| 20 |
|
| 21 |
import numpy as np
|
| 22 |
import torch
|
|
|
|
| 16 |
import warnings
|
| 17 |
from functools import partial
|
| 18 |
from typing import Optional
|
| 19 |
+
from typing import Tuple, List
|
| 20 |
|
| 21 |
import numpy as np
|
| 22 |
import torch
|