epochshik commited on
Commit
fe4e244
·
1 Parent(s): 890014d
Files changed (2) hide show
  1. app/main.py +1 -3
  2. app/test.py → test.py +0 -0
app/main.py CHANGED
@@ -6,6 +6,4 @@ app = FastAPI()
6
 
7
  @app.get("/")
8
  async def read_root():
9
- return {"Hello": "World"}
10
-
11
- print("hello")
 
6
 
7
  @app.get("/")
8
  async def read_root():
9
+ return {"Hello": "World"}
 
 
app/test.py → test.py RENAMED
File without changes