Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tfeldmann committed Aug 2, 2022
1 parent 38e6b3c commit 93c2579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/move.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from .errors import FSError
from .opener import manage_fs
from .osfs import OSFS
from .path import frombase, normpath
from .path import frombase

if typing.TYPE_CHECKING:
from typing import Text, Union
Expand Down

0 comments on commit 93c2579

Please sign in to comment.