Skip to content

Commit

Permalink
Fixing Typos in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wjp committed Feb 8, 2025
1 parent 054cefd commit 42c8861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from fastapi import FastAPI, HTTPException
from fastapi.middleware.cors import CORSMiddleware #//leave CORS code for dev testing, Azure manages in Prod
from backend.ai.strategy import make_trade_decision # Import your existing code
import requests

app = FastAPI()

Expand Down

0 comments on commit 42c8861

Please sign in to comment.