Fix `NameError: name 'List' is not defined.`
#11
by
sko00o
- opened
- 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 |
|