We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4142a31 commit aad23e1Copy full SHA for aad23e1
cycode/cyclient/import_sbom_client.py
@@ -50,7 +50,6 @@ def request_sbom_import_execution(self, params: ImportSbomParameters, file_path:
50
form_data = params.to_request_form()
51
52
with open(file_path.absolute(), 'rb') as f:
53
-
54
request_args = {
55
'url_path': self.IMPORT_SBOM_REQUEST_PATH,
56
'data': form_data,
0 commit comments