We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fs.path
tests.test_doctest
1 parent 69fb190 commit 9291f78Copy full SHA for 9291f78
2 files changed
fs/path.py
@@ -14,8 +14,6 @@
14
import re
15
import typing
16
17
-import six
18
-
19
from .errors import IllegalBackReference
20
21
if typing.TYPE_CHECKING:
tests/test_doctest.py
@@ -21,7 +21,6 @@
import fs.opener.parse
22
from fs.memoryfs import MemoryFS
23
from fs.subfs import ClosingSubFS
24
-from fs.tempfs import TempFS
25
26
# --- Mocks ------------------------------------------------------------------
27
0 commit comments