Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 622aed8

Browse files
fix: another oops
1 parent 4a79f27 commit 622aed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/logging_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class BaseLogger(JsonFormatter):
10-
def add_fields(self, log_record, record, message_dict): -> None
10+
def add_fields(self, log_record, record, message_dict):
1111
super(BaseLogger, self).add_fields(log_record, record, message_dict)
1212

1313
asctime_format = "%Y-%m-%d %H:%M:%S,%f"

0 commit comments

Comments
 (0)