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

Commit 753dca0

Browse files
fix:lint
1 parent b407eba commit 753dca0

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
@@ -10,7 +10,7 @@ def add_fields(self, log_record, record, message_dict):
1010
super(BaseLogger, self).add_fields(log_record, record, message_dict)
1111

1212
log_record.get("asctime")
13-
log_record['asctime'] = 'meow'
13+
log_record["asctime"] = "meow"
1414

1515
def format_json_on_new_lines(self, json_str):
1616
# Parse the input JSON string

0 commit comments

Comments
 (0)