Skip to content

Commit ea19fc1

Browse files
committed
Remove unused import
1 parent c896221 commit ea19fc1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

upath/tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import tempfile
3-
import shutil
43
from pathlib import Path
54
import subprocess
65
import shlex
@@ -74,7 +73,6 @@ def local_testdir(tempdir, clear_registry):
7473
yield str(Path(tempdir)).replace("\\", "/")
7574
else:
7675
yield tempdir
77-
# shutil.rmtree(tempdir, ignore_errors=True)
7876

7977

8078
@pytest.fixture()

0 commit comments

Comments
 (0)