mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-11 01:10:37 +02:00
remove unneded unwrap step
This commit is contained in:
@ -143,7 +143,7 @@ def parse(
|
|||||||
unquoted = normalized._replace(path=unquote(normalized.path),
|
unquoted = normalized._replace(path=unquote(normalized.path),
|
||||||
query=unquote_plus(normalized.query)).geturl()
|
query=unquote_plus(normalized.query)).geturl()
|
||||||
|
|
||||||
unquoted_parts = urlsplit(unwrap(unquoted))
|
unquoted_parts = urlsplit(unquoted)
|
||||||
|
|
||||||
my_path = None
|
my_path = None
|
||||||
path_list = None
|
path_list = None
|
||||||
|
Reference in New Issue
Block a user