Skip to content

Commit

Permalink
fixed pylint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Reddy Boyapally <[email protected]>
  • Loading branch information
shashank-boyapally committed Oct 2, 2024
1 parent ed8bbb6 commit e4863c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmatch/splunk_matcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e4863c2

Please sign in to comment.