update: 更新了函数注释

This commit is contained in:
MarkusJoe
2022-11-11 18:47:14 +08:00
parent da55ab4637
commit 98ce0251d8
1 file changed
+1 -1
+1 -1
View File
@@ -13,7 +13,7 @@ from fastapi import FastAPI
def create_app(): def create_app():
""" """
Factory function Create a app object
:return: :return:
""" """
app = FastAPI() app = FastAPI()