Skip to content

Commit aad23e1

Browse files
committed
ruff format
1 parent 4142a31 commit aad23e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cycode/cyclient/import_sbom_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def request_sbom_import_execution(self, params: ImportSbomParameters, file_path:
5050
form_data = params.to_request_form()
5151

5252
with open(file_path.absolute(), 'rb') as f:
53-
5453
request_args = {
5554
'url_path': self.IMPORT_SBOM_REQUEST_PATH,
5655
'data': form_data,

0 commit comments

Comments
 (0)