fix(__init__.py): fix linting error

This commit is contained in:
Krrish Dholakia 2024-06-11 18:42:01 -07:00
parent 029d32344f
commit 54f9faac79

View file

@ -62,7 +62,6 @@ post_call_rules: List[Callable] = []
turn_off_message_logging: Optional[bool] = False
log_raw_request_response: bool = False
redact_messages_in_exceptions: Optional[bool] = False
log_raw_request_response: bool = False
store_audit_logs = False # Enterprise feature, allow users to see audit logs
## end of callbacks #############