diff --git a/tests/test_datamodule.py b/tests/test_datamodule.py index c995c74a..63e8e237 100644 --- a/tests/test_datamodule.py +++ b/tests/test_datamodule.py @@ -480,7 +480,6 @@ def test_splits_file(self): finally: temp_file.close() - os.unlink(temp_file.name) if __name__ == "__main__":