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 788b5ad commit e62527a
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 @@ -9,7 +9,7 @@
class SplunkMatcher:
"""Splunk data source matcher
"""
def __init__(self, host, port, username, password, indice):
def __init__(self, host, port, username, password, indice): #pylint: disable = R0917
self.indice = indice
self.service = client.connect(
host=host, port=port, username=username, password=password
Expand Down

0 comments on commit e62527a

Please sign in to comment.