From c15e1711848adc98fe15f1d4c83b90537a4c4a4e Mon Sep 17 00:00:00 2001 From: Smart-SangGe <2251250136@qq.com> Date: Fri, 27 Oct 2023 00:22:45 +0800 Subject: [PATCH] Revert "feat: init client" This reverts commit 7b6e45690e833dce9773804d19a89a8d363bf7fa. --- src/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client.py b/src/client.py index bd7baac..4c27c44 100644 --- a/src/client.py +++ b/src/client.py @@ -1,3 +1,4 @@ +<<<<<<< HEAD from fastapi import FastAPI, HTTPException import requests import os @@ -497,3 +498,5 @@ if __name__ == "__main__": import uvicorn # pylint: disable=e0401 uvicorn.run("client:app", host="0.0.0.0", port=8002, reload=True, log_level="debug") +======= +>>>>>>> parent of 7b6e456 (feat: init client)