fix
#3
by
echarlaix
HF Staff
- opened
- resampler.py +1 -1
resampler.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import warnings
|
2 |
from functools import partial
|
3 |
-
from typing import Optional, Tuple
|
4 |
|
5 |
import numpy as np
|
6 |
import torch
|
|
|
1 |
import warnings
|
2 |
from functools import partial
|
3 |
+
from typing import Optional, Tuple, List
|
4 |
|
5 |
import numpy as np
|
6 |
import torch
|