Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 19e0574

Browse files
[client] Black re-formatting
1 parent d452870 commit 19e0574

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,9 @@ def import_bundle(
19681968
stix_id=item["id"],
19691969
name=item["name"],
19701970
category=item["category"],
1971-
description=item["description"] if "description" in item else None,
1971+
description=item["description"]
1972+
if "description" in item
1973+
else None,
19721974
aliases=item["aliases"] if "aliases" in item else None,
19731975
x_opencti_stix_ids=stix_ids,
19741976
update=update,

0 commit comments

Comments
 (0)