Skip to content

Commit

Permalink
cleaning out unneeded commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
krachwal committed May 22, 2024
1 parent 06adb63 commit ceb2e88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python-backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
security = HTTPBasic()

app = FastAPI()
# app = FastAPI(dependencies=[Depends(security)])

logger = logger.config(True)

Expand Down

0 comments on commit ceb2e88

Please sign in to comment.