Skip to content

Commit 2a0af66

Browse files
committed
Fix "Session" is not a known member of module
Note that "os" module is not used in Client.py. Signed-off-by: Jun-Fei Cherng <jfcherng@realtek.com>
1 parent ba99688 commit 2a0af66

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)