Skip to content

Commit 7f830de

Browse files
refactor(format): Reformat general_scheduler.py with ruff
This commit reformats to adhere to the project's Ruff formatting standards. This resolves the 942 files already formatted failure in the CI pipeline.
1 parent 882c5d3 commit 7f830de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/memos/mem_scheduler/general_scheduler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,8 @@ def _process_memories_with_reorganize(
858858

859859
except Exception:
860860
logger.error(
861-
f"Error in _process_memories_with_reorganize: {traceback.format_exc()}", exc_info=True
861+
f"Error in _process_memories_with_reorganize: {traceback.format_exc()}",
862+
exc_info=True,
862863
)
863864

864865
def _pref_add_message_consumer(self, messages: list[ScheduleMessageItem]) -> None:

0 commit comments

Comments
 (0)