Skip to content

Commit fa126c8

Browse files
author
avandras
committed
Ignore private import
1 parent fc297d4 commit fa126c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patroni/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def _get_json_formatter(self, logformat: type_logformat, dateformat: Optional[st
351351
try:
352352
from pythonjsonlogger import jsonlogger
353353

354-
return jsonlogger.JsonFormatter(
354+
return jsonlogger.JsonFormatter( # pyright: ignore [reportPrivateImportUsage]
355355
jsonformat,
356356
dateformat,
357357
rename_fields=rename_fields,

0 commit comments

Comments
 (0)