Skip to content

Commit e12b4f1

Browse files
authored
Add missing 'requests' import
1 parent 75dd6a5 commit e12b4f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blackduck/HubRestApi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
4848
'''
4949
import logging
50+
import requests
5051

5152
logger = logging.getLogger(__name__)
5253

0 commit comments

Comments
 (0)