Skip to content

Commit f662c17

Browse files
author
Hara
committed
fix: フォーマットエラーの解消
1 parent d6d67cb commit f662c17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""ディレクトリをPythonのパッケージとして識別するための特別なファイル.
22
33
@author: Hara1274
4-
"""
4+
"""

src/server/fastapi_server.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,5 @@ def get_image(file: UploadFile = File(...)) -> JSONResponse:
121121
ip = connect_interface.getsockname()[0]
122122
connect_interface.close()
123123

124-
uvicorn.run("src.server.fastapi_server:app", host=ip, port=8000, reload=True)
124+
uvicorn.run("src.server.fastapi_server:app",
125+
host=ip, port=8000, reload=True)

0 commit comments

Comments
 (0)