Skip to content

Commit c8de397

Browse files
christian-monchmih
authored andcommitted
import unquote from urllib.parse
This commit fixes a mypy-error.
1 parent 49a4ff4 commit c8de397

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

datalad_next/patches/replace_sshremoteio.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
Path,
2525
PurePosixPath,
2626
)
27-
from urllib.parse import urlparse
28-
from urllib.request import unquote
27+
from urllib.parse import (
28+
unquote,
29+
urlparse,
30+
)
2931

3032
from datalad.distributed.ora_remote import (
3133
DEFAULT_BUFFER_SIZE,

0 commit comments

Comments
 (0)