Skip to content

Commit a01b4a1

Browse files
committed
style: fix
1 parent f213f08 commit a01b4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

horde_sdk/horde_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ def is_trace_log(record: dict[str, Any]) -> bool:
9090
set_logger_handlers = os.getenv("HORDE_SDK_SET_DEFAULT_LOG_HANDLERS")
9191

9292
if set_logger_handlers:
93-
logger.configure(handlers=handler_config)
93+
logger.configure(handlers=handler_config) # type: ignore

0 commit comments

Comments
 (0)