Skip to content

Commit 7e92a41

Browse files
committed
added a blank line at the end of the main.py file
1 parent d0f9f43 commit 7e92a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ def secure_data(token: str = Query(...)):
120120
if token == API_SECRET:
121121
return {"data": "Sensitive Data"}
122122

123-
return JSONResponse(status_code=403, content={"message": "Forbidden"})
123+
return JSONResponse(status_code=403, content={"message": "Forbidden"})

0 commit comments

Comments
 (0)