1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-09 01:05:53 +02:00

remove unneded unwrap step

This commit is contained in:
Kelly Brazil
2022-07-20 15:51:34 -07:00
parent d5a6c22cc6
commit 16b17dd7aa

View File

@ -143,7 +143,7 @@ def parse(
unquoted = normalized._replace(path=unquote(normalized.path),
query=unquote_plus(normalized.query)).geturl()
unquoted_parts = urlsplit(unwrap(unquoted))
unquoted_parts = urlsplit(unquoted)
my_path = None
path_list = None