Skip to content

Commit

Permalink
Merge pull request SigmaHQ#3882 from SigmaHQ/fix-typing
Browse files Browse the repository at this point in the history
Fixed type hint causing issues
  • Loading branch information
thomaspatzke authored Jan 6, 2023
2 parents f015c94 + b0f59fa commit b0eea2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sigma/backends/lacework.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def get_query_id(rule):
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)
Expand Down

0 comments on commit b0eea2a

Please sign in to comment.