From 687a181f049f7c9adc508dabef370937fd1e22e4 Mon Sep 17 00:00:00 2001 From: xtzhang1122 Date: Sun, 18 Aug 2024 23:43:03 +0800 Subject: [PATCH] fix formatting --- src/core/routes/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/routes/test.py b/src/core/routes/test.py index 30f413b..a408302 100644 --- a/src/core/routes/test.py +++ b/src/core/routes/test.py @@ -88,4 +88,4 @@ def post_conversation(item: RequestConversation) -> ResponseConversation: type=1, id=str(uuid.uuid4()), ), - ) \ No newline at end of file + )