Skip to content

Commit 850b199

Browse files
committed
removing unused import
1 parent bbac63d commit 850b199

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

watson_developer_cloud/watson_developer_cloud_service.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
import os
1616
import requests
1717
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
2218
from .version import __version__
2319
# Uncomment this to enable http debugging
2420
# try:

0 commit comments

Comments
 (0)