diff --git a/fmatch/splunk_matcher.py b/fmatch/splunk_matcher.py index fb61d96..b175483 100644 --- a/fmatch/splunk_matcher.py +++ b/fmatch/splunk_matcher.py @@ -2,9 +2,9 @@ """ Matcher for splunk datasource """ +from typing import Dict, Any import orjson from splunklib import client, results -from typing import Dict, Any class SplunkMatcher: