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.
1 parent c703c99 commit 300fe89Copy full SHA for 300fe89
fs/wrapfs.py
@@ -12,7 +12,7 @@
12
from .copy import copy_dir, copy_file
13
from .error_tools import unwrap_errors
14
from .info import Info
15
-from .path import abspath, isbase, join, normpath
+from .path import abspath, join, normpath
16
17
if typing.TYPE_CHECKING:
18
from typing import (
0 commit comments