Skip to content

Commit 87709aa

Browse files
author
Glenn Snyder
authored
Merge pull request #218 from jfcherng/fix/request-session
Fix "Session" is not a known member of module
2 parents ba99688 + 2a0af66 commit 87709aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blackduck/Client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .Authentication import BearerAuth
1212
import json
1313
import logging
14-
import os
14+
import requests
1515
from pprint import pformat
1616
import requests.packages.urllib3
1717
from requests.packages.urllib3.util.retry import Retry

0 commit comments

Comments
 (0)