Skip to content

Commit a7cc9f8

Browse files
committed
fix
1 parent 3fdbb72 commit a7cc9f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/trainer/test_trainer.py

-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,6 @@ def setup(self, stage):
993993
@pytest.fixture
994994
def no_local_file_ops(monkeypatch):
995995
monkeypatch.delattr(os.path, "exists")
996-
monkeypatch.delattr(os.path, "isdir")
997996

998997

999998
def test_trainer_ensure_no_local_only_file_ops(tmpdir, monkeypatch, no_local_file_ops):

0 commit comments

Comments
 (0)