Skip to content

Commit 54af1e3

Browse files
fix
1 parent 478df52 commit 54af1e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/service-library/src/servicelib/logging_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ def _setup_logging_formatter(
140140
tracing_settings: TracingSettings | None,
141141
log_format_local_dev_enabled: bool,
142142
) -> logging.Formatter:
143-
assert tracing_settings # nosec
144-
145143
fmt = _LOCAL_FORMATTING if log_format_local_dev_enabled else _DEFAULT_FORMATTING
146144

147145
return CustomFormatter(

0 commit comments

Comments
 (0)