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:
@ -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
|
||||
|
Reference in New Issue
Block a user