"...git@developer.sourcefind.cn:OpenDAS/fairscale.git" did not exist on "cbeda8302da0a05259d4d8f3d7c36b5cbd478dd4"
Commit b0faecb2 authored by Zhaoheng Ni's avatar Zhaoheng Ni Committed by Facebook GitHub Bot
Browse files

Fix stylecheck in io (#3126)

Summary:
`Dict` is not used. Fix styecheck by removing the import of `Dict`.

Pull Request resolved: https://github.com/pytorch/audio/pull/3126

Reviewed By: mthrok

Differential Revision: D43699410

Pulled By: nateanl

fbshipit-source-id: 8d6b5335124903453387c488f96f297d6fe3c819
parent fce6180c
import os import os
import sys import sys
from typing import BinaryIO, Dict, Optional, Tuple, Union from typing import BinaryIO, Optional, Tuple, Union
import torch import torch
import torchaudio import torchaudio
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment