From 85578afc4fea28adc16afdd3d7418b240357d96e Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 4 Aug 2020 17:27:37 +0300 Subject: autopep8. --- kombu/utils/url.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kombu/utils/url.py') diff --git a/kombu/utils/url.py b/kombu/utils/url.py index ec2fb3e8..0d35722a 100644 --- a/kombu/utils/url.py +++ b/kombu/utils/url.py @@ -79,6 +79,8 @@ def url_to_parts(url): unquote(path or '') or None, dict(parse_qsl(parts.query)), ) + + _parse_url = url_to_parts # noqa -- cgit v1.2.1