Skip to content

Commit 93c2579

Browse files
committed
remove unused import
1 parent 38e6b3c commit 93c2579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/move.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .errors import FSError
1111
from .opener import manage_fs
1212
from .osfs import OSFS
13-
from .path import frombase, normpath
13+
from .path import frombase
1414

1515
if typing.TYPE_CHECKING:
1616
from typing import Text, Union

0 commit comments

Comments
 (0)