Skip to content

Commit

Permalink
removed logger type
Browse files Browse the repository at this point in the history
  • Loading branch information
sufyankhanrao committed May 7, 2024
1 parent 7bea4b9 commit df70761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def request_logging_config(self):
def response_logging_config(self):
return self._response_logging_config

def __init__(self, logger: Logger, log_level, mask_sensitive_headers,
def __init__(self, logger, log_level, mask_sensitive_headers,
request_logging_config, response_logging_config):
"""Default constructor.
Expand Down

0 comments on commit df70761

Please sign in to comment.