Delete line that breaks gh ci (#1814)

Summary: Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/1814

Reviewed By: myleott

Differential Revision: D27867552

Pulled By: sshleifer

fbshipit-source-id: ed30e02c962b31797e003cb810c085934a53202c
This commit is contained in:
Sam Shleifer 2021-04-19 16:30:32 -07:00 committed by Facebook GitHub Bot
parent 4fc9f2be95
commit f6f220e917

View File

@ -50,8 +50,6 @@ class TestFileIO(unittest.TestCase):
# ioPath `PathManager` is initialized after the first `opena` call.
try:
from fairseq.file_io import IOPathManager, PathManager
self.assertIsNone(IOPathManager)
_asyncfile = os.path.join(self._tmpdir, "async.txt")
f = PathManager.opena(_asyncfile, "wb")
f.close()