Skip to content

Commit

Permalink
Fixing imports (again^2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadware committed Feb 3, 2022
1 parent b0ec1a2 commit a28bacb
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -19,10 +19,9 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
from typing import Tuple, Union, Optional, Text
from typing import Tuple, Union, Optional, Text, List

import numpy as np
from numba.typed import List
from pyannote.database import Protocol
from torch_audiomentations.core.transforms_interface import BaseWaveformTransform

Expand Down

0 comments on commit a28bacb

Please sign in to comment.