Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
f4hy committed Aug 8, 2020
1 parent 3fdbb72 commit a7cc9f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/trainer/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,6 @@ def setup(self, stage):
@pytest.fixture
def no_local_file_ops(monkeypatch):
monkeypatch.delattr(os.path, "exists")
monkeypatch.delattr(os.path, "isdir")


def test_trainer_ensure_no_local_only_file_ops(tmpdir, monkeypatch, no_local_file_ops):
Expand Down

0 comments on commit a7cc9f8

Please sign in to comment.