Commit d2d8b670 authored by moto's avatar moto Committed by Facebook GitHub Bot
Browse files

Update smoke test (#2455)

Summary:
Import StreamReader from the new location

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

Reviewed By: nateanl

Differential Revision: D36959668

Pulled By: mthrok

fbshipit-source-id: c2b8c9f9dff1ec306ea39c495294faa9208b3c4e
parent f11fc7cf
...@@ -9,4 +9,4 @@ import torchaudio.pipelines # noqa: F401 ...@@ -9,4 +9,4 @@ import torchaudio.pipelines # noqa: F401
import torchaudio.sox_effects # noqa: F401 import torchaudio.sox_effects # noqa: F401
import torchaudio.transforms # noqa: F401 import torchaudio.transforms # noqa: F401
import torchaudio.utils # noqa: F401 import torchaudio.utils # noqa: F401
from torchaudio.prototype.io import Streamer # noqa: F401 from torchaudio.io import StreamReader # noqa: F401
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