diff --git a/generic.py b/generic.py index 07bd738..96daed8 100644 --- a/generic.py +++ b/generic.py @@ -5,7 +5,6 @@ import yaml from upgrade import upgrade_yaml_file from constants import * from difflib import SequenceMatcher - # Due to performance reasons the import of attackcti is within the function that makes use of this library.