Skip to content

Commit 9291f78

Browse files
committed
Remove unused imports in fs.path and tests.test_doctest
1 parent 69fb190 commit 9291f78

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

fs/path.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
import re
1515
import typing
1616

17-
import six
18-
1917
from .errors import IllegalBackReference
2018

2119
if typing.TYPE_CHECKING:

tests/test_doctest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import fs.opener.parse
2222
from fs.memoryfs import MemoryFS
2323
from fs.subfs import ClosingSubFS
24-
from fs.tempfs import TempFS
2524

2625
# --- Mocks ------------------------------------------------------------------
2726

0 commit comments

Comments
 (0)