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

Commit d280dfb

Browse files
committed
[client-python] tab
1 parent 92c7cf9 commit d280dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2759,7 +2759,7 @@ def import_bundle(
27592759
_, bundles = stix2_splitter.split_bundle_with_expectations(
27602760
stix_bundle, False, event_version
27612761
)
2762-
# Import every element in a specific order
2762+
# Import every element in a specific order
27632763
imported_elements = []
27642764
for bundle in bundles:
27652765
for item in bundle["objects"]:

0 commit comments

Comments
 (0)