bochu commited on
Commit
99aa32d
·
verified ·
1 Parent(s): c78737e

Update resampler.py

Browse files
Files changed (1) hide show
  1. 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