Update resampler.py
Browse filesNameError: name 'List' is not defined
- 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, Listist
|
20 |
|
21 |
import numpy as np
|
22 |
import torch
|