We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbac63d commit 850b199Copy full SHA for 850b199
watson_developer_cloud/watson_developer_cloud_service.py
@@ -15,10 +15,6 @@
15
import os
16
import requests
17
from requests.structures import CaseInsensitiveDict
18
-try:
19
- from http.cookiejar import CookieJar # Python 3
20
-except ImportError:
21
- from cookielib import CookieJar # Python 2
22
from .version import __version__
23
# Uncomment this to enable http debugging
24
# try:
0 commit comments