Skip to content

Commit a1e1fdd

Browse files
committed
Remove unnecessary unlink()
1 parent ed7d4e6 commit a1e1fdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_others.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_invalid_resolutions(self, tmpdir):
6767
invalid_resolutions = [-1, 0, 1000.0, 5000]
6868
with tempfile.NamedTemporaryFile(dir=tmpdir) as clr:
6969
clr.close()
70-
pathlib.Path(clr.name).unlink()
7170
path_to_clr = _generate_singleres_test_file(pathlib.Path(clr.name), 1000)
7271

7372
for res in invalid_resolutions:

0 commit comments

Comments
 (0)