diff --git a/tools/sigma/backends/lacework.py b/tools/sigma/backends/lacework.py index df4e60f0c..4b88e0666 100644 --- a/tools/sigma/backends/lacework.py +++ b/tools/sigma/backends/lacework.py @@ -658,7 +658,7 @@ class LaceworkQuery: return title, query_id @staticmethod - def get_query_sources(logsource_name, logsource_config) -> list[str]: + def get_query_sources(logsource_name, logsource_config): # 4. validate service has a source mapping source = safe_get(logsource_config, 'source', str) sources = safe_get(logsource_config, 'sources', list)