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