Skip to content

Commit 489fa8e

Browse files
author
Tanay Sethi
committed
Update HubRestApi.py
1 parent 9709d1a commit 489fa8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

blackduck/HubRestApi.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1673,7 +1673,6 @@ def execute_post(self, url, data, custom_headers={}):
16731673

16741674
def get_matched_components(self, version_obj, limit=9999):
16751675
url = "{}/matched-files".format(version_obj['_meta']['href'])
1676-
#custom_headers = {'Accept': 'application/vnd.blackducksoftware.bill-of-materials-6+json'}
16771676
param_string = self._get_parameter_string({'limit': limit})
16781677
url = "{}{}".format(url, param_string)
16791678
response = self.execute_get(url)

0 commit comments

Comments
 (0)