Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyunda218 committed Feb 3, 2025
1 parent 6ae98f6 commit 59bec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki_logger_handler/loki_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LokiRequest:
session (requests.Session): The session used for making HTTP requests.
"""

def __init__(self, url, compressed=False, additional_headers=None,insecure_ssl_verify=True):
def __init__(self, url, compressed=False, additional_headers=None, insecure_ssl_verify=True):
"""
Initialize the LokiRequest object with the server URL, compression option, and additional headers.
Expand Down

0 comments on commit 59bec50

Please sign in to comment.