summaryrefslogtreecommitdiff
path: root/kombu/asynchronous/http/curl.py
diff options
context:
space:
mode:
Diffstat (limited to 'kombu/asynchronous/http/curl.py')
-rw-r--r--kombu/asynchronous/http/curl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/asynchronous/http/curl.py b/kombu/asynchronous/http/curl.py
index 7f43e864..10b17959 100644
--- a/kombu/asynchronous/http/curl.py
+++ b/kombu/asynchronous/http/curl.py
@@ -27,7 +27,7 @@ else:
'HEAD': pycurl.NOBODY,
}
-__all__ = ('CurlClient')
+__all__ = ('CurlClient',)
DEFAULT_USER_AGENT = bytes_if_py2('Mozilla/5.0 (compatible; pycurl)')
EXTRA_METHODS = frozenset(['DELETE', 'OPTIONS', 'PATCH'])