Skip to content

Commit 79c3f68

Browse files
authored
Format types a bit easier to read
1 parent 34abe1d commit 79c3f68

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

mitreattack/diffStix/changelog_helper.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,16 @@ def __init__(
108108
self.new = new
109109
self.show_key = show_key
110110
self.site_prefix = site_prefix
111-
self.types = ["techniques", "software", "groups", "campaigns", "assets", "mitigations", "datasources", "datacomponents"]
111+
self.types = [
112+
"techniques",
113+
"software",
114+
"groups",
115+
"campaigns",
116+
"assets",
117+
"mitigations",
118+
"datasources",
119+
"datacomponents"
120+
]
112121
self.use_mitre_cti = use_mitre_cti
113122
self.verbose = verbose
114123
self.include_contributors = include_contributors

0 commit comments

Comments
 (0)