Skip to content

Commit

Permalink
remove manual file delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 13, 2024
1 parent d2ebb48 commit e796093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ def test_splits_file(self):

finally:
temp_file.close()
os.unlink(temp_file.name)


if __name__ == "__main__":
Expand Down

0 comments on commit e796093

Please sign in to comment.