From e4863c2985f40f34f5b06375092a8c76771b5a4e Mon Sep 17 00:00:00 2001 From: Shashank Reddy Boyapally Date: Wed, 2 Oct 2024 13:11:53 -0500 Subject: [PATCH] fixed pylint errors Signed-off-by: Shashank Reddy Boyapally --- fmatch/splunk_matcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: