Skip to content

Commit 7777619

Browse files
committed
chore: run ruff
1 parent 7a3889f commit 7777619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mitreattack/attackToExcel/stixToDf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def analyticsToDf(src):
392392

393393
# Prints out errors where data components are not in the same domain as analytics
394394
for analytic in tqdm(analytics, desc="parsing analytics"):
395-
analytic_id = analytic.get("id")
395+
analytic_id = analytic.get("id")
396396
for logsrc in analytic.get("x_mitre_log_source_references", []):
397397
data_comp_id = logsrc.get("x_mitre_data_component_ref", "")
398398
data_comp = src.get(data_comp_id)

0 commit comments

Comments
 (0)